| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline |
|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
default PutJobSuccessResultResponse |
CodePipelineClient.putJobSuccessResult(Consumer<PutJobSuccessResultRequest.Builder> putJobSuccessResultRequest)
Represents the success of a job as returned to the pipeline by a job worker.
|
default CompletableFuture<PutJobSuccessResultResponse> |
CodePipelineAsyncClient.putJobSuccessResult(Consumer<PutJobSuccessResultRequest.Builder> putJobSuccessResultRequest)
Represents the success of a job as returned to the pipeline by a job worker.
|
| Modifier and Type | Method and Description |
|---|---|
static PutJobSuccessResultRequest.Builder |
PutJobSuccessResultRequest.builder() |
PutJobSuccessResultRequest.Builder |
PutJobSuccessResultRequest.Builder.continuationToken(String continuationToken)
A token generated by a job worker, such as a CodeDeploy deployment ID, that a successful job provides to
identify a custom action in progress.
|
default PutJobSuccessResultRequest.Builder |
PutJobSuccessResultRequest.Builder.currentRevision(Consumer<CurrentRevision.Builder> currentRevision)
The ID of the current revision of the artifact successfully worked on by the job.
|
PutJobSuccessResultRequest.Builder |
PutJobSuccessResultRequest.Builder.currentRevision(CurrentRevision currentRevision)
The ID of the current revision of the artifact successfully worked on by the job.
|
default PutJobSuccessResultRequest.Builder |
PutJobSuccessResultRequest.Builder.executionDetails(Consumer<ExecutionDetails.Builder> executionDetails)
The execution details of the successful job, such as the actions taken by the job worker.
|
PutJobSuccessResultRequest.Builder |
PutJobSuccessResultRequest.Builder.executionDetails(ExecutionDetails executionDetails)
The execution details of the successful job, such as the actions taken by the job worker.
|
PutJobSuccessResultRequest.Builder |
PutJobSuccessResultRequest.Builder.jobId(String jobId)
The unique system-generated ID of the job that succeeded.
|
PutJobSuccessResultRequest.Builder |
PutJobSuccessResultRequest.Builder.outputVariables(Map<String,String> outputVariables)
Key-value pairs produced as output by a job worker that can be made available to a downstream action
configuration.
|
PutJobSuccessResultRequest.Builder |
PutJobSuccessResultRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutJobSuccessResultRequest.Builder |
PutJobSuccessResultRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutJobSuccessResultRequest.Builder |
PutJobSuccessResultRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutJobSuccessResultRequest.Builder> |
PutJobSuccessResultRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.