/AWS1/CL_PIPEXECUTIONDETAILS¶
The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_summary
TYPE /AWS1/PIPEXECUTIONSUMMARY
/AWS1/PIPEXECUTIONSUMMARY
¶
The summary of the current status of the actions.
iv_externalexecutionid
TYPE /AWS1/PIPEXECUTIONID
/AWS1/PIPEXECUTIONID
¶
The system-generated unique ID of this action used to identify this job worker in any external systems, such as CodeDeploy.
iv_percentcomplete
TYPE /AWS1/PIPPERCENTAGE
/AWS1/PIPPERCENTAGE
¶
The percentage of work completed on the action, represented on a scale of 0 to 100 percent.
Queryable Attributes¶
summary¶
The summary of the current status of the actions.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SUMMARY() |
Getter for SUMMARY, with configurable default |
ASK_SUMMARY() |
Getter for SUMMARY w/ exceptions if field has no value |
HAS_SUMMARY() |
Determine if SUMMARY has a value |
externalExecutionId¶
The system-generated unique ID of this action used to identify this job worker in any external systems, such as CodeDeploy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXTERNALEXECUTIONID() |
Getter for EXTERNALEXECUTIONID, with configurable default |
ASK_EXTERNALEXECUTIONID() |
Getter for EXTERNALEXECUTIONID w/ exceptions if field has no |
HAS_EXTERNALEXECUTIONID() |
Determine if EXTERNALEXECUTIONID has a value |
percentComplete¶
The percentage of work completed on the action, represented on a scale of 0 to 100 percent.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PERCENTCOMPLETE() |
Getter for PERCENTCOMPLETE, with configurable default |
ASK_PERCENTCOMPLETE() |
Getter for PERCENTCOMPLETE w/ exceptions if field has no val |
HAS_PERCENTCOMPLETE() |
Determine if PERCENTCOMPLETE has a value |