Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ActionState |
ActionState.clone() |
ActionState |
ActionState.withActionName(String actionName)
The name of the action.
|
ActionState |
ActionState.withCurrentRevision(ActionRevision currentRevision)
Sets the value of the CurrentRevision property for this object.
|
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)
Sets the value of the LatestExecution property for this object.
|
ActionState |
ActionState.withRevisionUrl(String revisionUrl)
A URL link for more information about the revision, such as a commit
details page.
|
Modifier and Type | Method and Description |
---|---|
List<ActionState> |
StageState.getActionStates()
The state of the stage.
|
Modifier and Type | Method and Description |
---|---|
StageState |
StageState.withActionStates(ActionState... actionStates)
The state of the stage.
|
Modifier and Type | Method and Description |
---|---|
void |
StageState.setActionStates(Collection<ActionState> actionStates)
The state of the stage.
|
StageState |
StageState.withActionStates(Collection<ActionState> actionStates)
The state of the stage.
|
Copyright © 2015. All rights reserved.