| 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> | BeforeEntryConditions. getConditions()
 The conditions that are configured as entry conditions. | 
| List<Condition> | SuccessConditions. getConditions()
 The conditions that are success conditions. | 
| List<Condition> | FailureConditions. getConditions()
 The conditions that are configured as failure conditions. | 
| Modifier and Type | Method and Description | 
|---|---|
| BeforeEntryConditions | BeforeEntryConditions. withConditions(Condition... conditions)
 The conditions that are configured as entry conditions. | 
| SuccessConditions | SuccessConditions. withConditions(Condition... conditions)
 The conditions that are success conditions. | 
| FailureConditions | FailureConditions. withConditions(Condition... conditions)
 The conditions that are configured as failure conditions. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BeforeEntryConditions. setConditions(Collection<Condition> conditions)
 The conditions that are configured as entry conditions. | 
| 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. | 
| BeforeEntryConditions | BeforeEntryConditions. withConditions(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. | 
Copyright © 2024. All rights reserved.