Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
JobData |
JobData.clone() |
JobData |
JobDetails.getData()
Represents other information about a job required for a job worker to complete the job.
|
JobData |
Job.getData()
Other data about a job.
|
JobData |
JobData.withActionConfiguration(ActionConfiguration actionConfiguration)
Represents information about an action configuration.
|
JobData |
JobData.withActionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
|
JobData |
JobData.withArtifactCredentials(AWSSessionCredentials artifactCredentials)
Represents an Amazon Web Services session credentials object.
|
JobData |
JobData.withContinuationToken(String continuationToken)
A system-generated token, such as a deployment ID, required by a job to continue the job asynchronously.
|
JobData |
JobData.withEncryptionKey(EncryptionKey encryptionKey)
Represents information about the key used to encrypt data in the artifact store, such as an KMS key.
|
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)
Represents information about a pipeline to a job worker.
|
Modifier and Type | Method and Description |
---|---|
void |
JobDetails.setData(JobData data)
Represents other information about a job required for a job worker to complete the job.
|
void |
Job.setData(JobData data)
Other data about a job.
|
JobDetails |
JobDetails.withData(JobData data)
Represents other information about a job required for a job worker to complete the job.
|
Job |
Job.withData(JobData data)
Other data about a job.
|
Copyright © 2024. All rights reserved.