Uses of Class
software.amazon.awssdk.services.codepipeline.model.ExecutionDetails
-
Packages that use ExecutionDetails Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ExecutionDetails in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ExecutionDetails Modifier and Type Method Description ExecutionDetailsPutJobSuccessResultRequest. executionDetails()The execution details of the successful job, such as the actions taken by the job worker.ExecutionDetailsPutThirdPartyJobSuccessResultRequest. executionDetails()The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ExecutionDetails Modifier and Type Method Description PutJobSuccessResultRequest.BuilderPutJobSuccessResultRequest.Builder. executionDetails(ExecutionDetails executionDetails)The execution details of the successful job, such as the actions taken by the job worker.PutThirdPartyJobSuccessResultRequest.BuilderPutThirdPartyJobSuccessResultRequest.Builder. executionDetails(ExecutionDetails executionDetails)The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
-