/AWS1/CL_PIPCREATEPLINOUTPUT¶
Represents the output of a CreatePipeline
action.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_pipeline
TYPE REF TO /AWS1/CL_PIPPLINDECLARATION
/AWS1/CL_PIPPLINDECLARATION
¶
Represents the structure of actions and stages to be performed in the pipeline.
it_tags
TYPE /AWS1/CL_PIPTAG=>TT_TAGLIST
TT_TAGLIST
¶
Specifies the tags applied to the pipeline.
Queryable Attributes¶
pipeline¶
Represents the structure of actions and stages to be performed in the pipeline.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PIPELINE() |
Getter for PIPELINE |
tags¶
Specifies the tags applied to the pipeline.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |