Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<StageDeclaration> |
PipelineDeclaration.stages
The stage in which to perform the action.
|
Modifier and Type | Method and Description |
---|---|
StageDeclaration |
StageDeclaration.clone() |
StageDeclaration |
StageDeclaration.withActions(ActionDeclaration... actions)
The actions included in a stage.
|
StageDeclaration |
StageDeclaration.withActions(java.util.Collection<ActionDeclaration> actions)
The actions included in a stage.
|
StageDeclaration |
StageDeclaration.withBlockers(BlockerDeclaration... blockers)
Reserved for future use.
|
StageDeclaration |
StageDeclaration.withBlockers(java.util.Collection<BlockerDeclaration> blockers)
Reserved for future use.
|
StageDeclaration |
StageDeclaration.withName(java.lang.String name)
The name of the stage.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<StageDeclaration> stages)
The stage in which to perform the action.
|
PipelineDeclaration |
PipelineDeclaration.withStages(java.util.Collection<StageDeclaration> stages)
The stage in which to perform the action.
|
Modifier and Type | Method and Description |
---|---|
StageDeclaration |
StageDeclarationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StageDeclarationJsonMarshaller.marshall(StageDeclaration stageDeclaration,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|