Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Job> |
PollForJobsResult.jobs
Information about the jobs to take action on.
|
Modifier and Type | Method and Description |
---|---|
Job |
Job.clone() |
Job |
Job.withAccountId(java.lang.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(java.lang.String id)
The unique system-generated ID of the job.
|
Job |
Job.withNonce(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Job> |
PollForJobsResult.getJobs()
Information about the jobs to take action on.
|
Modifier and Type | Method and Description |
---|---|
PollForJobsResult |
PollForJobsResult.withJobs(Job... jobs)
Information about the jobs to take action on.
|
Modifier and Type | Method and Description |
---|---|
void |
PollForJobsResult.setJobs(java.util.Collection<Job> jobs)
Information about the jobs to take action on.
|
PollForJobsResult |
PollForJobsResult.withJobs(java.util.Collection<Job> jobs)
Information about the jobs to take action on.
|
Modifier and Type | Method and Description |
---|---|
Job |
JobJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
JobJsonMarshaller.marshall(Job job,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|