| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionDetails |
PutThirdPartyJobSuccessResultRequest.executionDetails()
The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
|
ExecutionDetails |
PutJobSuccessResultRequest.executionDetails()
The execution details of the successful job, such as the actions taken by the job worker.
|
| Modifier and Type | Method and Description |
|---|---|
PutThirdPartyJobSuccessResultRequest.Builder |
PutThirdPartyJobSuccessResultRequest.Builder.executionDetails(ExecutionDetails executionDetails)
The details of the actions taken and results produced on an artifact as it passes through stages in the
pipeline.
|
PutJobSuccessResultRequest.Builder |
PutJobSuccessResultRequest.Builder.executionDetails(ExecutionDetails executionDetails)
The execution details of the successful job, such as the actions taken by the job worker.
|
Copyright © 2023. All rights reserved.