Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
StageDeclaration |
StageDeclaration.clone() |
StageDeclaration |
StageDeclaration.withActions(ActionDeclaration... actions)
The actions included in a stage.
|
StageDeclaration |
StageDeclaration.withActions(Collection<ActionDeclaration> actions)
The actions included in a stage.
|
StageDeclaration |
StageDeclaration.withBlockers(BlockerDeclaration... blockers)
Reserved for future use.
|
StageDeclaration |
StageDeclaration.withBlockers(Collection<BlockerDeclaration> blockers)
Reserved for future use.
|
StageDeclaration |
StageDeclaration.withName(String name)
The name of the stage.
|
Modifier and Type | Method and Description |
---|---|
List<StageDeclaration> |
PipelineDeclaration.getStages()
The stage in which to perform the action.
|
Modifier and Type | Method and Description |
---|---|
PipelineDeclaration |
PipelineDeclaration.withStages(StageDeclaration... stages)
The stage in which to perform the action.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineDeclaration.setStages(Collection<StageDeclaration> stages)
The stage in which to perform the action.
|
PipelineDeclaration |
PipelineDeclaration.withStages(Collection<StageDeclaration> stages)
The stage in which to perform the action.
|
Copyright © 2018. All rights reserved.