ZosComponentPromotionHistory
The ZosComponentPromotionHistory object is a ChangeMan component promotion history record. The component promotion history records represent a component promotion event.
The component promotion history can be retrieved using the
GetComponentPromotionHistory method of ZosPackage.
ZosComponentPromotionHistory Properties
ZosComponentPromotionHistory 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 |
| ComponentType | String | R | Component type |
| ComponentName | String | R | Component name |
| PromotionUser | String | R | Promoting user ID |
| PromotionTime | DateTime | R | Date and time of the promotion |
| Status | ZosComponentPromotionStatus | R | Promotion status flags |
...