/AWS1/CL_PIPGETPLINSTATEOUTPUT¶
Represents the output of a GetPipelineState
action.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_PIPELINENAME
TYPE /AWS1/PIPPIPELINENAME
/AWS1/PIPPIPELINENAME
¶
The name of the pipeline for which you want to get the state.
IV_PIPELINEVERSION
TYPE /AWS1/PIPPIPELINEVERSION
/AWS1/PIPPIPELINEVERSION
¶
The version number of the pipeline.
A newly created pipeline is always assigned a version number of
1
.
IT_STAGESTATES
TYPE /AWS1/CL_PIPSTAGESTATE=>TT_STAGESTATELIST
TT_STAGESTATELIST
¶
A list of the pipeline stage output information, including stage name, state, most recent run details, whether the stage is disabled, and other data.
IV_CREATED
TYPE /AWS1/PIPTIMESTAMP
/AWS1/PIPTIMESTAMP
¶
The date and time the pipeline was created, in timestamp format.
IV_UPDATED
TYPE /AWS1/PIPTIMESTAMP
/AWS1/PIPTIMESTAMP
¶
The date and time the pipeline was last updated, in timestamp format.
Queryable Attributes¶
pipelineName¶
The name of the pipeline for which you want to get the state.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PIPELINENAME() |
Getter for PIPELINENAME, with configurable default |
ASK_PIPELINENAME() |
Getter for PIPELINENAME w/ exceptions if field has no value |
HAS_PIPELINENAME() |
Determine if PIPELINENAME has a value |
pipelineVersion¶
The version number of the pipeline.
A newly created pipeline is always assigned a version number of
1
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PIPELINEVERSION() |
Getter for PIPELINEVERSION, with configurable default |
ASK_PIPELINEVERSION() |
Getter for PIPELINEVERSION w/ exceptions if field has no val |
HAS_PIPELINEVERSION() |
Determine if PIPELINEVERSION has a value |
stageStates¶
A list of the pipeline stage output information, including stage name, state, most recent run details, whether the stage is disabled, and other data.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STAGESTATES() |
Getter for STAGESTATES, with configurable default |
ASK_STAGESTATES() |
Getter for STAGESTATES w/ exceptions if field has no value |
HAS_STAGESTATES() |
Determine if STAGESTATES has a value |
created¶
The date and time the pipeline 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 |
updated¶
The date and time the pipeline was last updated, in timestamp format.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UPDATED() |
Getter for UPDATED, with configurable default |
ASK_UPDATED() |
Getter for UPDATED w/ exceptions if field has no value |
HAS_UPDATED() |
Determine if UPDATED has a value |