ZosComponentHistory
The ZosComponentHistory object is a ChangeMan component general history record.
The component history can be retrieved using the GetComponentHistory method of ZosApplication.
ZosComponentHistory Properties
ZosComponentHistory exposes the following properties:
Property | Type | R/W | Description |
---|---|---|---|
Package | String | R | Package name |
ComponentType | String | R | Component type |
ComponentName | String | R | Component name |
Version | Int16 | R | Version number |
ModLevel | Int16 | R | Modification level |
User | String | R | User who last updated component |
BuildProc | String | R | Build procedure |
PromotionName | String | R | Promotion level name |
PromotionLevel | Int16 | R | Promotion level number |
UpdateTime | DateTime | R | Date and time of update |
Status | ZosComponentHistoryStatus | R | Component history status flags |
...