/AWS1/CL_PIPCURRENTREVISION¶
Represents information about a current revision.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_revision TYPE /AWS1/PIPREVISION /AWS1/PIPREVISION¶
The revision ID of the current version of an artifact.
iv_changeidentifier TYPE /AWS1/PIPREVISIONCHANGEID /AWS1/PIPREVISIONCHANGEID¶
The change identifier for the current revision.
Optional arguments:¶
iv_created TYPE /AWS1/PIPTIME /AWS1/PIPTIME¶
The date and time when the most recent revision of the artifact was created, in timestamp format.
iv_revisionsummary TYPE /AWS1/PIPREVISIONSUMMARY /AWS1/PIPREVISIONSUMMARY¶
The summary of the most recent revision of the artifact.
Queryable Attributes¶
revision¶
The revision ID of the current version of an artifact.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVISION() |
Getter for REVISION, with configurable default |
ASK_REVISION() |
Getter for REVISION w/ exceptions if field has no value |
HAS_REVISION() |
Determine if REVISION has a value |
changeIdentifier¶
The change identifier for the current revision.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANGEIDENTIFIER() |
Getter for CHANGEIDENTIFIER, with configurable default |
ASK_CHANGEIDENTIFIER() |
Getter for CHANGEIDENTIFIER w/ exceptions if field has no va |
HAS_CHANGEIDENTIFIER() |
Determine if CHANGEIDENTIFIER has a value |
created¶
The date and time when the most recent revision of the artifact was created, in timestamp format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATED() |
Getter for CREATED, with configurable default |
ASK_CREATED() |
Getter for CREATED w/ exceptions if field has no value |
HAS_CREATED() |
Determine if CREATED has a value |
revisionSummary¶
The summary of the most recent revision of the artifact.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVISIONSUMMARY() |
Getter for REVISIONSUMMARY, with configurable default |
ASK_REVISIONSUMMARY() |
Getter for REVISIONSUMMARY w/ exceptions if field has no val |
HAS_REVISIONSUMMARY() |
Determine if REVISIONSUMMARY has a value |