/AWS1/CL_PIPGETPIPELINEOUTPUT¶
Represents the output of a GetPipeline 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.
io_metadata TYPE REF TO /AWS1/CL_PIPPIPELINEMETADATA /AWS1/CL_PIPPIPELINEMETADATA¶
Represents the pipeline metadata information returned as part of the output of a
GetPipelineaction.
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 |
metadata¶
Represents the pipeline metadata information returned as part of the output of a
GetPipelineaction.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METADATA() |
Getter for METADATA |