Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
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(String externalExecutionId)
The external ID of the run of the action.
|
ActionExecution |
ActionExecution.withExternalExecutionUrl(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(Date lastStatusChange)
The last status change of the action.
|
ActionExecution |
ActionExecution.withPercentComplete(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(String status)
The status of the action, or for a completed action, the last status of
the action.
|
ActionExecution |
ActionExecution.withSummary(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) |
Copyright © 2015. All rights reserved.