Uses of Class
com.amazonaws.services.codepipeline.model.ActionState
Packages that use ActionState
-
Uses of ActionState in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ActionStateModifier and TypeMethodDescriptionActionState.clone()
ActionState.withActionName
(String actionName) The name of the action.ActionState.withCurrentRevision
(ActionRevision currentRevision) ActionState.withEntityUrl
(String entityUrl) A URL link for more information about the state of the action, such as a deployment group details page.ActionState.withLatestExecution
(ActionExecution latestExecution) ActionState.withRevisionUrl
(String revisionUrl) A URL link for more information about the revision, such as a commit details page.Methods in com.amazonaws.services.codepipeline.model that return types with arguments of type ActionStateMethods in com.amazonaws.services.codepipeline.model with parameters of type ActionStateModifier and TypeMethodDescriptionStageState.withActionStates
(ActionState... actionStates) The state of the stage.Method parameters in com.amazonaws.services.codepipeline.model with type arguments of type ActionStateModifier and TypeMethodDescriptionvoid
StageState.setActionStates
(Collection<ActionState> actionStates) The state of the stage.StageState.withActionStates
(Collection<ActionState> actionStates) The state of the stage.