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 ActionStateActionState. clone()ActionStateActionState. withActionName(String actionName)The name of the action.ActionStateActionState. withCurrentRevision(ActionRevision currentRevision)ActionStateActionState. withEntityUrl(String entityUrl)A URL link for more information about the state of the action, such as a deployment group details page.ActionStateActionState. withLatestExecution(ActionExecution latestExecution)ActionStateActionState. 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 StageStateStageState. 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 voidStageState. setActionStates(Collection<ActionState> actionStates)The state of the stage.StageStateStageState. withActionStates(Collection<ActionState> actionStates)The state of the stage.
-