Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ActionExecution |
ActionExecution.clone() |
ActionExecution |
ActionState.getLatestExecution()
Represents information about the run of an action.
|
ActionExecution |
ActionExecution.withActionExecutionId(String actionExecutionId)
ID of the workflow action execution in the current stage.
|
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 is 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.withLastUpdatedBy(String lastUpdatedBy)
The ARN of the user who last changed the pipeline.
|
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.
|
ActionExecution |
ActionExecution.withToken(String token)
The system-generated token used to identify a unique approval request.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionState.setLatestExecution(ActionExecution latestExecution)
Represents information about the run of an action.
|
ActionState |
ActionState.withLatestExecution(ActionExecution latestExecution)
Represents information about the run of an action.
|
Copyright © 2021. All rights reserved.