Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ThirdPartyJobDetails |
ThirdPartyJobDetails.clone() |
ThirdPartyJobDetails |
GetThirdPartyJobDetailsResult.getJobDetails()
The details of the job, including any protected values defined for the
job.
|
ThirdPartyJobDetails |
ThirdPartyJobDetails.withData(ThirdPartyJobData data)
The data to be returned by the third party job worker.
|
ThirdPartyJobDetails |
ThirdPartyJobDetails.withId(String id)
The identifier used to identify the job details in AWS CodePipeline.
|
ThirdPartyJobDetails |
ThirdPartyJobDetails.withNonce(String nonce)
A system-generated random number that AWS CodePipeline uses to ensure
that the job is being worked on by only one job worker.
|
Modifier and Type | Method and Description |
---|---|
void |
GetThirdPartyJobDetailsResult.setJobDetails(ThirdPartyJobDetails jobDetails)
The details of the job, including any protected values defined for the
job.
|
GetThirdPartyJobDetailsResult |
GetThirdPartyJobDetailsResult.withJobDetails(ThirdPartyJobDetails jobDetails)
The details of the job, including any protected values defined for the
job.
|
Copyright © 2018. All rights reserved.