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 JobJob. clone()JobJob. withAccountId(String accountId)The ID of the AWS account to use when performing the job.JobJob. withData(JobData data)Additional data about a job.JobJob. withId(String id)The unique system-generated ID of the job.JobJob. 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 PollForJobsResultPollForJobsResult. 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 voidPollForJobsResult. setJobs(Collection<Job> jobs)Information about the jobs to take action on.PollForJobsResultPollForJobsResult. withJobs(Collection<Job> jobs)Information about the jobs to take action on.
-