Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
Condition |
Condition.clone() |
Condition |
Condition.withResult(Result result)
The action to be done when the condition is met.
|
Condition |
Condition.withResult(String result)
The action to be done when the condition is met.
|
Condition |
Condition.withRules(Collection<RuleDeclaration> rules)
The rules that make up the condition.
|
Condition |
Condition.withRules(RuleDeclaration... rules)
The rules that make up the condition.
|
Modifier and Type | Method and Description |
---|---|
List<Condition> |
SuccessConditions.getConditions()
The conditions that are success conditions.
|
List<Condition> |
FailureConditions.getConditions()
The conditions that are configured as failure conditions.
|
List<Condition> |
BeforeEntryConditions.getConditions()
The conditions that are configured as entry conditions.
|
Modifier and Type | Method and Description |
---|---|
SuccessConditions |
SuccessConditions.withConditions(Condition... conditions)
The conditions that are success conditions.
|
FailureConditions |
FailureConditions.withConditions(Condition... conditions)
The conditions that are configured as failure conditions.
|
BeforeEntryConditions |
BeforeEntryConditions.withConditions(Condition... conditions)
The conditions that are configured as entry conditions.
|
Modifier and Type | Method and Description |
---|---|
void |
SuccessConditions.setConditions(Collection<Condition> conditions)
The conditions that are success conditions.
|
void |
FailureConditions.setConditions(Collection<Condition> conditions)
The conditions that are configured as failure conditions.
|
void |
BeforeEntryConditions.setConditions(Collection<Condition> conditions)
The conditions that are configured as entry conditions.
|
SuccessConditions |
SuccessConditions.withConditions(Collection<Condition> conditions)
The conditions that are success conditions.
|
FailureConditions |
FailureConditions.withConditions(Collection<Condition> conditions)
The conditions that are configured as failure conditions.
|
BeforeEntryConditions |
BeforeEntryConditions.withConditions(Collection<Condition> conditions)
The conditions that are configured as entry conditions.
|
Copyright © 2025. All rights reserved.