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.