Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
BeforeEntryConditions |
BeforeEntryConditions.clone() |
BeforeEntryConditions |
StageDeclaration.getBeforeEntry()
The method to use when a stage allows entry.
|
BeforeEntryConditions |
BeforeEntryConditions.withConditions(Collection<Condition> conditions)
The conditions that are configured as entry conditions.
|
BeforeEntryConditions |
BeforeEntryConditions.withConditions(Condition... conditions)
The conditions that are configured as entry conditions.
|
Modifier and Type | Method and Description |
---|---|
void |
StageDeclaration.setBeforeEntry(BeforeEntryConditions beforeEntry)
The method to use when a stage allows entry.
|
StageDeclaration |
StageDeclaration.withBeforeEntry(BeforeEntryConditions beforeEntry)
The method to use when a stage allows entry.
|
Copyright © 2025. All rights reserved.