Skip to content

/AWS1/CL_PIPPIPELINESUMMARY

Returns a summary of a pipeline.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_name TYPE /AWS1/PIPPIPELINENAME /AWS1/PIPPIPELINENAME

The name of the pipeline.

iv_version TYPE /AWS1/PIPPIPELINEVERSION /AWS1/PIPPIPELINEVERSION

The version number of the pipeline.

iv_pipelinetype TYPE /AWS1/PIPPIPELINETYPE /AWS1/PIPPIPELINETYPE

CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.

  • V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.

  • V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.

Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.

For information about pricing for CodePipeline, see Pricing.

For information about which type of pipeline to choose, see What type of pipeline is right for me?.

iv_executionmode TYPE /AWS1/PIPEXECUTIONMODE /AWS1/PIPEXECUTIONMODE

The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.

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 of the last update to the pipeline, in timestamp format.


Queryable Attributes

name

The name of the pipeline.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

version

The version number of the pipeline.

Accessible with the following methods

Method Description
GET_VERSION() Getter for VERSION, with configurable default
ASK_VERSION() Getter for VERSION w/ exceptions if field has no value
HAS_VERSION() Determine if VERSION has a value

pipelineType

CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.

  • V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.

  • V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.

Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.

For information about pricing for CodePipeline, see Pricing.

For information about which type of pipeline to choose, see What type of pipeline is right for me?.

Accessible with the following methods

Method Description
GET_PIPELINETYPE() Getter for PIPELINETYPE, with configurable default
ASK_PIPELINETYPE() Getter for PIPELINETYPE w/ exceptions if field has no value
HAS_PIPELINETYPE() Determine if PIPELINETYPE has a value

executionMode

The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.

Accessible with the following methods

Method Description
GET_EXECUTIONMODE() Getter for EXECUTIONMODE, with configurable default
ASK_EXECUTIONMODE() Getter for EXECUTIONMODE w/ exceptions if field has no value
HAS_EXECUTIONMODE() Determine if EXECUTIONMODE 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 of the last update to the pipeline, 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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_PIPELINELIST

TYPES TT_PIPELINELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PIPPIPELINESUMMARY WITH DEFAULT KEY
.