/AWS1/CL_ESSPACKAGEVRSHISTORY¶
Details of a package version.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_packageversion TYPE /AWS1/ESSPACKAGEVERSION /AWS1/ESSPACKAGEVERSION¶
Version of the package.
iv_commitmessage TYPE /AWS1/ESSCOMMITMESSAGE /AWS1/ESSCOMMITMESSAGE¶
A message associated with the version.
iv_createdat TYPE /AWS1/ESSCREATEDAT /AWS1/ESSCREATEDAT¶
Timestamp which tells creation time of the package version.
Queryable Attributes¶
PackageVersion¶
Version of the package.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGEVERSION() |
Getter for PACKAGEVERSION, with configurable default |
ASK_PACKAGEVERSION() |
Getter for PACKAGEVERSION w/ exceptions if field has no valu |
HAS_PACKAGEVERSION() |
Determine if PACKAGEVERSION has a value |
CommitMessage¶
A message associated with the version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMITMESSAGE() |
Getter for COMMITMESSAGE, with configurable default |
ASK_COMMITMESSAGE() |
Getter for COMMITMESSAGE w/ exceptions if field has no value |
HAS_COMMITMESSAGE() |
Determine if COMMITMESSAGE has a value |
CreatedAt¶
Timestamp which tells creation time of the package version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PACKAGEVERSIONHISTORYLIST¶
TYPES TT_PACKAGEVERSIONHISTORYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ESSPACKAGEVRSHISTORY WITH DEFAULT KEY
.