Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
StageState |
StageState.clone() |
StageState |
StageState.withActionStates(ActionState... actionStates)
The state of the stage.
|
StageState |
StageState.withActionStates(Collection<ActionState> actionStates)
The state of the stage.
|
StageState |
StageState.withInboundTransitionState(TransitionState inboundTransitionState)
The state of the inbound transition, which is either enabled or disabled.
|
StageState |
StageState.withStageName(String stageName)
The name of the stage.
|
Modifier and Type | Method and Description |
---|---|
List<StageState> |
GetPipelineStateResult.getStageStates()
A list of the pipeline stage output information, including stage name,
state, most recent run details, whether the stage is disabled, and other
data.
|
Modifier and Type | Method and Description |
---|---|
GetPipelineStateResult |
GetPipelineStateResult.withStageStates(StageState... stageStates)
A list of the pipeline stage output information, including stage name,
state, most recent run details, whether the stage is disabled, and other
data.
|
Modifier and Type | Method and Description |
---|---|
void |
GetPipelineStateResult.setStageStates(Collection<StageState> stageStates)
A list of the pipeline stage output information, including stage name,
state, most recent run details, whether the stage is disabled, and other
data.
|
GetPipelineStateResult |
GetPipelineStateResult.withStageStates(Collection<StageState> stageStates)
A list of the pipeline stage output information, including stage name,
state, most recent run details, whether the stage is disabled, and other
data.
|
Copyright © 2018. All rights reserved.