Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private ActionExecution |
ActionState.latestExecution |
Modifier and Type | Method and Description |
---|---|
ActionExecution |
ActionExecution.clone() |
ActionExecution |
ActionState.getLatestExecution() |
ActionExecution |
ActionExecution.withErrorDetails(ErrorDetails errorDetails)
The details of an error returned by a URL external to AWS.
|
ActionExecution |
ActionExecution.withExternalExecutionId(java.lang.String externalExecutionId)
The external ID of the run of the action.
|
ActionExecution |
ActionExecution.withExternalExecutionUrl(java.lang.String externalExecutionUrl)
The URL of a resource external to AWS that will be used when running the
action, for example an external repository URL.
|
ActionExecution |
ActionExecution.withLastStatusChange(java.util.Date lastStatusChange)
The last status change of the action.
|
ActionExecution |
ActionExecution.withPercentComplete(java.lang.Integer percentComplete)
A percentage of completeness of the action as it runs.
|
ActionExecution |
ActionExecution.withStatus(ActionExecutionStatus status)
The status of the action, or for a completed action, the last status of
the action.
|
ActionExecution |
ActionExecution.withStatus(java.lang.String status)
The status of the action, or for a completed action, the last status of
the action.
|
ActionExecution |
ActionExecution.withSummary(java.lang.String summary)
A summary of the run of the action.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionState.setLatestExecution(ActionExecution latestExecution) |
ActionState |
ActionState.withLatestExecution(ActionExecution latestExecution) |
Modifier and Type | Method and Description |
---|---|
ActionExecution |
ActionExecutionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ActionExecutionJsonMarshaller.marshall(ActionExecution actionExecution,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|