Uses of Class
com.amazonaws.services.codepipeline.model.ActionState
-
Packages that use ActionState Package Description com.amazonaws.services.codepipeline.model -
-
Uses of ActionState in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ActionState Modifier and Type Method Description ActionState
ActionState. clone()
ActionState
ActionState. withActionName(String actionName)
The name of the action.ActionState
ActionState. withCurrentRevision(ActionRevision currentRevision)
ActionState
ActionState. withEntityUrl(String entityUrl)
A URL link for more information about the state of the action, such as a deployment group details page.ActionState
ActionState. withLatestExecution(ActionExecution latestExecution)
ActionState
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 ActionState Modifier and Type Method Description List<ActionState>
StageState. getActionStates()
The state of the stage.Methods in com.amazonaws.services.codepipeline.model with parameters of type ActionState Modifier and Type Method Description StageState
StageState. withActionStates(ActionState... actionStates)
The state of the stage.Method parameters in com.amazonaws.services.codepipeline.model with type arguments of type ActionState Modifier and Type Method Description void
StageState. setActionStates(Collection<ActionState> actionStates)
The state of the stage.StageState
StageState. withActionStates(Collection<ActionState> actionStates)
The state of the stage.
-