| Package | Description | 
|---|---|
| com.amazonaws.services.codepipeline.model | 
| Modifier and Type | Method and Description | 
|---|---|
ExecutionDetails | 
ExecutionDetails.clone()  | 
ExecutionDetails | 
PutJobSuccessResultRequest.getExecutionDetails()
 The execution details of the successful job, such as the actions taken by the job worker. 
 | 
ExecutionDetails | 
PutThirdPartyJobSuccessResultRequest.getExecutionDetails()
 The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline. 
 | 
ExecutionDetails | 
ExecutionDetails.withExternalExecutionId(String externalExecutionId)
 The system-generated unique ID of this action used to identify this job worker in any external systems, such as
 AWS CodeDeploy. 
 | 
ExecutionDetails | 
ExecutionDetails.withPercentComplete(Integer percentComplete)
 The percentage of work completed on the action, represented on a scale of 0 to 100 percent. 
 | 
ExecutionDetails | 
ExecutionDetails.withSummary(String summary)
 The summary of the current status of the actions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PutJobSuccessResultRequest.setExecutionDetails(ExecutionDetails executionDetails)
 The execution details of the successful job, such as the actions taken by the job worker. 
 | 
void | 
PutThirdPartyJobSuccessResultRequest.setExecutionDetails(ExecutionDetails executionDetails)
 The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline. 
 | 
PutJobSuccessResultRequest | 
PutJobSuccessResultRequest.withExecutionDetails(ExecutionDetails executionDetails)
 The execution details of the successful job, such as the actions taken by the job worker. 
 | 
PutThirdPartyJobSuccessResultRequest | 
PutThirdPartyJobSuccessResultRequest.withExecutionDetails(ExecutionDetails executionDetails)
 The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline. 
 | 
Copyright © 2020. All rights reserved.