Uses of Class
com.amazonaws.services.codepipeline.model.JobData
Packages that use JobData
-
Uses of JobData in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return JobDataModifier and TypeMethodDescriptionJobData.clone()Job.getData()Additional data about a job.JobDetails.getData()JobData.withActionConfiguration(ActionConfiguration actionConfiguration) JobData.withActionTypeId(ActionTypeId actionTypeId) JobData.withArtifactCredentials(AWSSessionCredentials artifactCredentials) 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.withEncryptionKey(EncryptionKey encryptionKey) JobData.withInputArtifacts(Artifact... inputArtifacts) The artifact supplied to the job.JobData.withInputArtifacts(Collection<Artifact> inputArtifacts) The artifact supplied to the job.JobData.withOutputArtifacts(Artifact... outputArtifacts) The output of the job.JobData.withOutputArtifacts(Collection<Artifact> outputArtifacts) The output of the job.JobData.withPipelineContext(PipelineContext pipelineContext) Methods in com.amazonaws.services.codepipeline.model with parameters of type JobData