Uses of Class
com.amazonaws.services.codepipeline.model.ExecutionDetails
-
Packages that use ExecutionDetails Package Description com.amazonaws.services.codepipeline.model -
-
Uses of ExecutionDetails in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ExecutionDetails Modifier and Type Method Description ExecutionDetailsExecutionDetails. clone()ExecutionDetailsPutJobSuccessResultRequest. getExecutionDetails()The execution details of the successful job, such as the actions taken by the job worker.ExecutionDetailsPutThirdPartyJobSuccessResultRequest. getExecutionDetails()ExecutionDetailsExecutionDetails. 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.ExecutionDetailsExecutionDetails. withPercentComplete(Integer percentComplete)The percentage of work completed on the action, represented on a scale of zero to one hundred percent.ExecutionDetailsExecutionDetails. withSummary(String summary)The summary of the current status of the actions.Methods in com.amazonaws.services.codepipeline.model with parameters of type ExecutionDetails Modifier and Type Method Description voidPutJobSuccessResultRequest. setExecutionDetails(ExecutionDetails executionDetails)The execution details of the successful job, such as the actions taken by the job worker.voidPutThirdPartyJobSuccessResultRequest. setExecutionDetails(ExecutionDetails executionDetails)PutJobSuccessResultRequestPutJobSuccessResultRequest. withExecutionDetails(ExecutionDetails executionDetails)The execution details of the successful job, such as the actions taken by the job worker.PutThirdPartyJobSuccessResultRequestPutThirdPartyJobSuccessResultRequest. withExecutionDetails(ExecutionDetails executionDetails)
-