Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
BlockerDeclaration |
BlockerDeclaration.clone() |
BlockerDeclaration |
BlockerDeclaration.withName(String name)
The name of the gate declaration.
|
BlockerDeclaration |
BlockerDeclaration.withType(BlockerType type)
The type of the gate declaration.
|
BlockerDeclaration |
BlockerDeclaration.withType(String type)
The type of the gate declaration.
|
Modifier and Type | Method and Description |
---|---|
List<BlockerDeclaration> |
StageDeclaration.getBlockers()
The gates included in a stage.
|
Modifier and Type | Method and Description |
---|---|
StageDeclaration |
StageDeclaration.withBlockers(BlockerDeclaration... blockers)
The gates included in a stage.
|
Modifier and Type | Method and Description |
---|---|
void |
StageDeclaration.setBlockers(Collection<BlockerDeclaration> blockers)
The gates included in a stage.
|
StageDeclaration |
StageDeclaration.withBlockers(Collection<BlockerDeclaration> blockers)
The gates included in a stage.
|
Copyright © 2015. All rights reserved.