Skip to content

/AWS1/CL_PIPTHIRDPARTYJOBDETS

The details of a job sent in response to a GetThirdPartyJobDetails request.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/PIPTHIRDPARTYJOBID /AWS1/PIPTHIRDPARTYJOBID

The identifier used to identify the job details in CodePipeline.

io_data TYPE REF TO /AWS1/CL_PIPTHIRDPARTYJOBDATA /AWS1/CL_PIPTHIRDPARTYJOBDATA

The data to be returned by the third party job worker.

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 AcknowledgeThirdPartyJob request.


Queryable Attributes

id

The identifier used to identify the job details in CodePipeline.

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

The data to be returned by the third party job worker.

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 AcknowledgeThirdPartyJob 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