| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
StageConditionState |
StageConditionState.clone() |
StageConditionState |
StageState.getBeforeEntryConditionState()
The state of the entry conditions for a stage.
|
StageConditionState |
StageState.getOnFailureConditionState()
The state of the failure conditions for a stage.
|
StageConditionState |
StageState.getOnSuccessConditionState()
The state of the success conditions for a stage.
|
StageConditionState |
StageConditionState.withConditionStates(Collection<ConditionState> conditionStates)
The states of the conditions for a run of a condition for a stage.
|
StageConditionState |
StageConditionState.withConditionStates(ConditionState... conditionStates)
The states of the conditions for a run of a condition for a stage.
|
StageConditionState |
StageConditionState.withLatestExecution(StageConditionsExecution latestExecution)
Represents information about the latest run of a condition for a stage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StageState.setBeforeEntryConditionState(StageConditionState beforeEntryConditionState)
The state of the entry conditions for a stage.
|
void |
StageState.setOnFailureConditionState(StageConditionState onFailureConditionState)
The state of the failure conditions for a stage.
|
void |
StageState.setOnSuccessConditionState(StageConditionState onSuccessConditionState)
The state of the success conditions for a stage.
|
StageState |
StageState.withBeforeEntryConditionState(StageConditionState beforeEntryConditionState)
The state of the entry conditions for a stage.
|
StageState |
StageState.withOnFailureConditionState(StageConditionState onFailureConditionState)
The state of the failure conditions for a stage.
|
StageState |
StageState.withOnSuccessConditionState(StageConditionState onSuccessConditionState)
The state of the success conditions for a stage.
|
Copyright © 2025. All rights reserved.