Uses of Class
com.amazonaws.services.codepipeline.model.JobData
-
Packages that use JobData Package Description com.amazonaws.services.codepipeline.model -
-
Uses of JobData in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return JobData Modifier and Type Method Description JobDataJobData. clone()JobDataJob. getData()Additional data about a job.JobDataJobDetails. getData()JobDataJobData. withActionConfiguration(ActionConfiguration actionConfiguration)JobDataJobData. withActionTypeId(ActionTypeId actionTypeId)JobDataJobData. withArtifactCredentials(AWSSessionCredentials artifactCredentials)JobDataJobData. 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.JobDataJobData. withEncryptionKey(EncryptionKey encryptionKey)JobDataJobData. withInputArtifacts(Artifact... inputArtifacts)The artifact supplied to the job.JobDataJobData. withInputArtifacts(Collection<Artifact> inputArtifacts)The artifact supplied to the job.JobDataJobData. withOutputArtifacts(Artifact... outputArtifacts)The output of the job.JobDataJobData. withOutputArtifacts(Collection<Artifact> outputArtifacts)The output of the job.JobDataJobData. withPipelineContext(PipelineContext pipelineContext)Methods in com.amazonaws.services.codepipeline.model with parameters of type JobData Modifier and Type Method Description voidJob. setData(JobData data)Additional data about a job.voidJobDetails. setData(JobData data)JobJob. withData(JobData data)Additional data about a job.JobDetailsJobDetails. withData(JobData data)
-