Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.Stage
Packages that use Stage
Package
Description
Plan, plan branches, stages and jobs.
-
Uses of Stage in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan that return StageModifier and TypeMethodDescriptionStage.description(@Nullable String description) Sets a stage description.Stage.finalStage(boolean isFinal) Specifies if stage is a final stage.AddsJobs to the stage.Stage.manual(boolean isManual) Specifies if stage is a manual stage.Sets a stage's name.Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type StageModifier and TypeMethodDescriptionAdds the stages to the end of stages list.Constructors in com.atlassian.bamboo.specs.api.builders.plan with parameters of type Stage