/AWS1/CL_OSRPACKAGEVRSHISTORY¶
Details about a package version.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_packageversion TYPE /AWS1/OSRPACKAGEVERSION /AWS1/OSRPACKAGEVERSION¶
The package version.
iv_commitmessage TYPE /AWS1/OSRCOMMITMESSAGE /AWS1/OSRCOMMITMESSAGE¶
A message associated with the package version when it was uploaded.
iv_createdat TYPE /AWS1/OSRCREATEDAT /AWS1/OSRCREATEDAT¶
The date and time when the package was created.
io_pluginproperties TYPE REF TO /AWS1/CL_OSRPLUGINPROPERTIES /AWS1/CL_OSRPLUGINPROPERTIES¶
Additional information about plugin properties if the package is a
ZIP-PLUGINpackage.
io_packageconfiguration TYPE REF TO /AWS1/CL_OSRPACKAGECONF /AWS1/CL_OSRPACKAGECONF¶
The configuration details for a specific version of a package.
Queryable Attributes¶
PackageVersion¶
The package version.
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 package version when it was uploaded.
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¶
The date and time when the package was created.
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 |
PluginProperties¶
Additional information about plugin properties if the package is a
ZIP-PLUGINpackage.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PLUGINPROPERTIES() |
Getter for PLUGINPROPERTIES |
PackageConfiguration¶
The configuration details for a specific version of a package.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGECONFIGURATION() |
Getter for PACKAGECONFIGURATION |
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_OSRPACKAGEVRSHISTORY WITH DEFAULT KEY
.