Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ConditionState |
ConditionState.clone() |
ConditionState |
ConditionState.withLatestExecution(ConditionExecution latestExecution)
The state of the latest run of the rule.
|
ConditionState |
ConditionState.withRuleStates(Collection<RuleState> ruleStates)
The state of the rules for the condition.
|
ConditionState |
ConditionState.withRuleStates(RuleState... ruleStates)
The state of the rules for the condition.
|
Modifier and Type | Method and Description |
---|---|
List<ConditionState> |
StageConditionState.getConditionStates()
The states of the conditions for a run of a condition for a stage.
|
Modifier and Type | Method and Description |
---|---|
StageConditionState |
StageConditionState.withConditionStates(ConditionState... conditionStates)
The states of the conditions for a run of a condition for a stage.
|
Modifier and Type | Method and Description |
---|---|
void |
StageConditionState.setConditionStates(Collection<ConditionState> conditionStates)
The states of the conditions for a run of a condition for a stage.
|
StageConditionState |
StageConditionState.withConditionStates(Collection<ConditionState> conditionStates)
The states of the conditions for a run of a condition for a stage.
|
Copyright © 2024. All rights reserved.