Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ActionState> |
StageState.actionStates
The state of the stage.
|
Modifier and Type | Method and Description |
---|---|
ActionState |
ActionState.clone() |
ActionState |
ActionState.withActionName(java.lang.String actionName)
The name of the action.
|
ActionState |
ActionState.withCurrentRevision(ActionRevision currentRevision) |
ActionState |
ActionState.withEntityUrl(java.lang.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(java.lang.String revisionUrl)
A URL link for more information about the revision, such as a commit
details page.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ActionState> actionStates)
The state of the stage.
|
StageState |
StageState.withActionStates(java.util.Collection<ActionState> actionStates)
The state of the stage.
|
Modifier and Type | Method and Description |
---|---|
ActionState |
ActionStateJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ActionStateJsonMarshaller.marshall(ActionState actionState,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|