Uses of Class
com.amazonaws.services.codepipeline.model.StageDeclaration
Packages that use StageDeclaration
-
Uses of StageDeclaration in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return StageDeclarationModifier and TypeMethodDescriptionStageDeclaration.clone()
StageDeclaration.withActions
(ActionDeclaration... actions) The actions included in a stage.StageDeclaration.withActions
(Collection<ActionDeclaration> actions) The actions included in a stage.StageDeclaration.withBlockers
(BlockerDeclaration... blockers) Reserved for future use.StageDeclaration.withBlockers
(Collection<BlockerDeclaration> blockers) Reserved for future use.The name of the stage.Methods in com.amazonaws.services.codepipeline.model that return types with arguments of type StageDeclarationModifier and TypeMethodDescriptionPipelineDeclaration.getStages()
The stage in which to perform the action.Methods in com.amazonaws.services.codepipeline.model with parameters of type StageDeclarationModifier and TypeMethodDescriptionPipelineDeclaration.withStages
(StageDeclaration... stages) The stage in which to perform the action.Method parameters in com.amazonaws.services.codepipeline.model with type arguments of type StageDeclarationModifier and TypeMethodDescriptionvoid
PipelineDeclaration.setStages
(Collection<StageDeclaration> stages) The stage in which to perform the action.PipelineDeclaration.withStages
(Collection<StageDeclaration> stages) The stage in which to perform the action.