Skip to content

/AWS1/CL_PIPSRCREVISIONOVERR00

A list that allows you to specify, or override, the source revision for a pipeline execution that's being started. A source revision is the version with all the changes to your application code, or source artifact, for the pipeline execution.

For the S3_OBJECT_VERSION_ID and S3_OBJECT_KEY types of source revisions, either of the types can be used independently, or they can be used together to override the source with a specific ObjectKey and VersionID.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_ACTIONNAME TYPE /AWS1/PIPACTIONNAME /AWS1/PIPACTIONNAME

The name of the action where the override will be applied.

IV_REVISIONTYPE TYPE /AWS1/PIPSOURCEREVISIONTYPE /AWS1/PIPSOURCEREVISIONTYPE

The type of source revision, based on the source provider. For example, the revision type for the CodeCommit action provider is the commit ID.

IV_REVISIONVALUE TYPE /AWS1/PIPREVISION /AWS1/PIPREVISION

The source revision, or version of your source artifact, with the changes that you want to run in the pipeline execution.


Queryable Attributes

actionName

The name of the action where the override will be applied.

Accessible with the following methods

Method Description
GET_ACTIONNAME() Getter for ACTIONNAME, with configurable default
ASK_ACTIONNAME() Getter for ACTIONNAME w/ exceptions if field has no value
HAS_ACTIONNAME() Determine if ACTIONNAME has a value

revisionType

The type of source revision, based on the source provider. For example, the revision type for the CodeCommit action provider is the commit ID.

Accessible with the following methods

Method Description
GET_REVISIONTYPE() Getter for REVISIONTYPE, with configurable default
ASK_REVISIONTYPE() Getter for REVISIONTYPE w/ exceptions if field has no value
HAS_REVISIONTYPE() Determine if REVISIONTYPE has a value

revisionValue

The source revision, or version of your source artifact, with the changes that you want to run in the pipeline execution.

Accessible with the following methods

Method Description
GET_REVISIONVALUE() Getter for REVISIONVALUE, with configurable default
ASK_REVISIONVALUE() Getter for REVISIONVALUE w/ exceptions if field has no value
HAS_REVISIONVALUE() Determine if REVISIONVALUE 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_SOURCEREVISIONOVERRIDELIST

TYPES TT_SOURCEREVISIONOVERRIDELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PIPSRCREVISIONOVERR00 WITH DEFAULT KEY
.