Package | Description |
---|---|
com.amazonaws.service.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ThirdPartyJobData |
ThirdPartyJobData.clone() |
ThirdPartyJobData |
ThirdPartyJobDetails.getData()
The data to be returned by the third party job worker.
|
ThirdPartyJobData |
ThirdPartyJobData.withActionConfiguration(ActionConfiguration actionConfiguration)
Sets the value of the ActionConfiguration property for this object.
|
ThirdPartyJobData |
ThirdPartyJobData.withActionTypeId(ActionTypeId actionTypeId)
Sets the value of the ActionTypeId property for this object.
|
ThirdPartyJobData |
ThirdPartyJobData.withArtifactCredentials(AWSSessionCredentials artifactCredentials)
Sets the value of the ArtifactCredentials property for this object.
|
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.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)
Sets the value of the PipelineContext property for this object.
|
Modifier and Type | Method and Description |
---|---|
void |
ThirdPartyJobDetails.setData(ThirdPartyJobData data)
The data to be returned by the third party job worker.
|
ThirdPartyJobDetails |
ThirdPartyJobDetails.withData(ThirdPartyJobData data)
The data to be returned by the third party job worker.
|
Copyright © 2015. All rights reserved.