Uses of Class
com.amazonaws.services.codepipeline.model.Job
-
Packages that use Job Package Description com.amazonaws.services.codepipeline.model -
-
Uses of Job in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return Job Modifier and Type Method Description Job
Job. clone()
Job
Job. withAccountId(String accountId)
The ID of the AWS account to use when performing the job.Job
Job. withData(JobData data)
Additional data about a job.Job
Job. withId(String id)
The unique system-generated ID of the job.Job
Job. withNonce(String nonce)
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 Job Modifier and Type Method Description List<Job>
PollForJobsResult. getJobs()
Information about the jobs to take action on.Methods in com.amazonaws.services.codepipeline.model with parameters of type Job Modifier and Type Method Description PollForJobsResult
PollForJobsResult. withJobs(Job... jobs)
Information about the jobs to take action on.Method parameters in com.amazonaws.services.codepipeline.model with type arguments of type Job Modifier and Type Method Description void
PollForJobsResult. setJobs(Collection<Job> jobs)
Information about the jobs to take action on.PollForJobsResult
PollForJobsResult. withJobs(Collection<Job> jobs)
Information about the jobs to take action on.
-