Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

BlPackage - createPackageFromSnapshotByJobKey

BlPackage - createPackageFromSnapshotByJobKey

Description :

Note: This command applies only to Application Release Manager.

This command creates a BLPackage based on a Snapshot Job key and job run. The package will contain all the information collected by the snapshot. This command returns a handle to the newly created package and can be used as input to commands that need a handle to the package.

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

packageName

String

Name of the package.

groupId

Integer

ID of a group that should contain the package.

snapJobKey

String

Key of the Snapshot Job of interest.

jobRunId

Integer

Run number of the Snapshot Job.

templateName

String

Name of the template.

targetServerName

String

Name of the target server.

bSoftLinked

Boolean

True to create a package soft linked to the depot object resources, false otherwise.

bCollectFileAcl

Boolean

True to package the file ACLs, false otherwise.

bCollectFileAttributes

Boolean

True to package the file attributes, false otherwise.

bCopyFileContents

Boolean

True to package the file contents, false otherwise.

bCollectRegistryAcl

Boolean

True to package the registry ACLs, false otherwise.

Example

See createPackageFromSnapshot for a related example.

Was this page helpful? Yes No Submitting... Thank you

Comments