Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
JobData |
JobData.clone() |
JobData |
JobDetails.getData()
Returns the value of the Data property for this object.
|
JobData |
Job.getData()
Additional data about a job.
|
JobData |
JobData.withActionConfiguration(ActionConfiguration actionConfiguration)
Sets the value of the ActionConfiguration property for this object.
|
JobData |
JobData.withActionTypeId(ActionTypeId actionTypeId)
Sets the value of the ActionTypeId property for this object.
|
JobData |
JobData.withArtifactCredentials(AWSSessionCredentials artifactCredentials)
Sets the value of the ArtifactCredentials property for this object.
|
JobData |
JobData.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.
|
JobData |
JobData.withEncryptionKey(EncryptionKey encryptionKey)
Sets the value of the EncryptionKey property for this object.
|
JobData |
JobData.withInputArtifacts(Artifact... inputArtifacts)
The artifact supplied to the job.
|
JobData |
JobData.withInputArtifacts(Collection<Artifact> inputArtifacts)
The artifact supplied to the job.
|
JobData |
JobData.withOutputArtifacts(Artifact... outputArtifacts)
The output of the job.
|
JobData |
JobData.withOutputArtifacts(Collection<Artifact> outputArtifacts)
The output of the job.
|
JobData |
JobData.withPipelineContext(PipelineContext pipelineContext)
Sets the value of the PipelineContext property for this object.
|
Modifier and Type | Method and Description |
---|---|
void |
JobDetails.setData(JobData data)
Sets the value of the Data property for this object.
|
void |
Job.setData(JobData data)
Additional data about a job.
|
JobDetails |
JobDetails.withData(JobData data)
Sets the value of the Data property for this object.
|
Job |
Job.withData(JobData data)
Additional data about a job.
|
Copyright © 2015. All rights reserved.