Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private ExecutionDetails |
PutThirdPartyJobSuccessResultRequest.executionDetails |
private 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 |
---|---|
ExecutionDetails |
ExecutionDetails.clone() |
ExecutionDetails |
PutThirdPartyJobSuccessResultRequest.getExecutionDetails() |
ExecutionDetails |
PutJobSuccessResultRequest.getExecutionDetails()
The execution details of the successful job, such as the actions taken by
the job worker.
|
ExecutionDetails |
ExecutionDetails.withExternalExecutionId(java.lang.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(java.lang.Integer percentComplete)
The percentage of work completed on the action, represented on a scale of
zero to one hundred percent.
|
ExecutionDetails |
ExecutionDetails.withSummary(java.lang.String summary)
The summary of the current status of the actions.
|
Modifier and Type | Method and Description |
---|---|
void |
PutThirdPartyJobSuccessResultRequest.setExecutionDetails(ExecutionDetails executionDetails) |
void |
PutJobSuccessResultRequest.setExecutionDetails(ExecutionDetails executionDetails)
The execution details of the successful job, such as the actions taken by
the job worker.
|
PutThirdPartyJobSuccessResultRequest |
PutThirdPartyJobSuccessResultRequest.withExecutionDetails(ExecutionDetails executionDetails) |
PutJobSuccessResultRequest |
PutJobSuccessResultRequest.withExecutionDetails(ExecutionDetails executionDetails)
The execution details of the successful job, such as the actions taken by
the job worker.
|
Modifier and Type | Method and Description |
---|---|
ExecutionDetails |
ExecutionDetailsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionDetailsJsonMarshaller.marshall(ExecutionDetails executionDetails,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|