/AWS1/CL_PIPTHIRDPARTYJOB¶
A response to a PollForThirdPartyJobs request returned by CodePipeline when there is a job to be worked on by a partner action.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_clientid TYPE /AWS1/PIPCLIENTID /AWS1/PIPCLIENTID¶
The
clientTokenportion of theclientIdandclientTokenpair used to verify that the calling entity is allowed access to the job and its details.
iv_jobid TYPE /AWS1/PIPJOBID /AWS1/PIPJOBID¶
The identifier used to identify the job in CodePipeline.
Queryable Attributes¶
clientId¶
The
clientTokenportion of theclientIdandclientTokenpair used to verify that the calling entity is allowed access to the job and its details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTID() |
Getter for CLIENTID, with configurable default |
ASK_CLIENTID() |
Getter for CLIENTID w/ exceptions if field has no value |
HAS_CLIENTID() |
Determine if CLIENTID has a value |
jobId¶
The identifier used to identify the job in CodePipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID 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_THIRDPARTYJOBLIST¶
TYPES TT_THIRDPARTYJOBLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PIPTHIRDPARTYJOB WITH DEFAULT KEY
.