ThirdPartyJobData |
ThirdPartyJobData.clone() |
|
ThirdPartyJobData |
ThirdPartyJobDetails.getData() |
The data to be returned by the third party job worker.
|
ThirdPartyJobData |
ThirdPartyJobData.withActionConfiguration(ActionConfiguration actionConfiguration) |
|
ThirdPartyJobData |
ThirdPartyJobData.withActionTypeId(ActionTypeId actionTypeId) |
|
ThirdPartyJobData |
ThirdPartyJobData.withArtifactCredentials(AWSSessionCredentials artifactCredentials) |
|
ThirdPartyJobData |
ThirdPartyJobData.withContinuationToken(String continuationToken) |
A system-generated token, such as a AWS CodeDeploy deployment ID, that a
job requires in order to continue the job asynchronously.
|
ThirdPartyJobData |
ThirdPartyJobData.withEncryptionKey(EncryptionKey encryptionKey) |
The encryption key used to encrypt and decrypt data in the artifact store
for the pipeline, such as an AWS Key Management Service (AWS KMS) key.
|
ThirdPartyJobData |
ThirdPartyJobData.withInputArtifacts(Artifact... inputArtifacts) |
The name of the artifact that will be worked upon by the action, if any.
|
ThirdPartyJobData |
ThirdPartyJobData.withInputArtifacts(Collection<Artifact> inputArtifacts) |
The name of the artifact that will be worked upon by the action, if any.
|
ThirdPartyJobData |
ThirdPartyJobData.withOutputArtifacts(Artifact... outputArtifacts) |
The name of the artifact that will be the result of the action, if any.
|
ThirdPartyJobData |
ThirdPartyJobData.withOutputArtifacts(Collection<Artifact> outputArtifacts) |
The name of the artifact that will be the result of the action, if any.
|
ThirdPartyJobData |
ThirdPartyJobData.withPipelineContext(PipelineContext pipelineContext) |
|