Uses of Class
com.amazonaws.services.codepipeline.model.Job
Packages that use Job
-
Uses of Job in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return JobModifier and TypeMethodDescriptionJob.clone()
Job.withAccountId
(String accountId) The ID of the AWS account to use when performing the job.Additional data about a job.The unique system-generated ID of the job.A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker.Methods in com.amazonaws.services.codepipeline.model that return types with arguments of type JobModifier and TypeMethodDescriptionPollForJobsResult.getJobs()
Information about the jobs to take action on.Methods in com.amazonaws.services.codepipeline.model with parameters of type JobModifier and TypeMethodDescriptionInformation about the jobs to take action on.Method parameters in com.amazonaws.services.codepipeline.model with type arguments of type JobModifier and TypeMethodDescriptionvoid
PollForJobsResult.setJobs
(Collection<Job> jobs) Information about the jobs to take action on.PollForJobsResult.withJobs
(Collection<Job> jobs) Information about the jobs to take action on.