ZosPackagePromotionHistory
The ZosPackagePromotionHistory object is a ChangeMan package promotion history record. The package promotion history records represent a package promotion event.
The package promotion history records can be retrieved using the GetPackagePromotionHistory method of ZosPackage.
ZosPackagePromotionHistory Properties
ZosPackagePromotionHistory exposes the following properties:
Property | Type | R/W | Description |
---|---|---|---|
PromotionSite | String | R | Promotion site name |
PromotionName | String | R | Promotion level name |
PromotionLevel | Int16 | R | Promotion level number |
PromotionUser | String | R | Promoting user ID |
PromotionTime | DateTime | R | Date and time of the promotion |
ComponentCount | Int32 | R | Number of components promoted |
Action | ZosPackagePromotionAction | R | Type of promotion action |
Status | ZosPackagePromotionStatus | R | Promotion status flags |
...