/AWS1/CL_PIPJOB¶
Represents information about a job.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_id
TYPE /AWS1/PIPJOBID
/AWS1/PIPJOBID
¶
The unique system-generated ID of the job.
io_data
TYPE REF TO /AWS1/CL_PIPJOBDATA
/AWS1/CL_PIPJOBDATA
¶
Other data about a job.
iv_nonce
TYPE /AWS1/PIPNONCE
/AWS1/PIPNONCE
¶
A system-generated random number that CodePipeline uses to ensure that the job is being worked on by only one job worker. Use this number in an AcknowledgeJob request.
iv_accountid
TYPE /AWS1/PIPACCOUNTID
/AWS1/PIPACCOUNTID
¶
The ID of the Amazon Web Services account to use when performing the job.
Queryable Attributes¶
id¶
The unique system-generated ID of the job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
data¶
Other data about a job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATA() |
Getter for DATA |
nonce¶
A system-generated random number that CodePipeline uses to ensure that the job is being worked on by only one job worker. Use this number in an AcknowledgeJob request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NONCE() |
Getter for NONCE, with configurable default |
ASK_NONCE() |
Getter for NONCE w/ exceptions if field has no value |
HAS_NONCE() |
Determine if NONCE has a value |
accountId¶
The ID of the Amazon Web Services account to use when performing the job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID 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_JOBLIST
¶
TYPES TT_JOBLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PIPJOB WITH DEFAULT KEY
.