Uses of Class
com.amazonaws.services.codepipeline.model.ActionExecution
Packages that use ActionExecution
-
Uses of ActionExecution in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ActionExecutionModifier and TypeMethodDescriptionActionExecution.clone()ActionState.getLatestExecution()ActionExecution.withErrorDetails(ErrorDetails errorDetails) The details of an error returned by a URL external to AWS.ActionExecution.withExternalExecutionId(String externalExecutionId) The external ID of the run of the action.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.withLastStatusChange(Date lastStatusChange) The last status change of the action.ActionExecution.withPercentComplete(Integer percentComplete) A percentage of completeness of the action as it runs.ActionExecution.withStatus(ActionExecutionStatus status) The status of the action, or for a completed action, the last status of the action.ActionExecution.withStatus(String status) The status of the action, or for a completed action, the last status of the action.ActionExecution.withSummary(String summary) A summary of the run of the action.Methods in com.amazonaws.services.codepipeline.model with parameters of type ActionExecutionModifier and TypeMethodDescriptionvoidActionState.setLatestExecution(ActionExecution latestExecution) ActionState.withLatestExecution(ActionExecution latestExecution)