Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.Stage
-
Packages that use Stage Package Description com.atlassian.bamboo.specs.api.builders.plan 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 Stage Modifier and Type Method Description StageStage. description(@Nullable java.lang.String description)Sets a stage description.StageStage. finalStage(boolean isFinal)Specifies if stage is a final stage.StageStage. jobs(@NotNull Job... jobs)AddsJobs to the stage.StageStage. manual(boolean isManual)Specifies if stage is a manual stage.StageStage. name(@NotNull java.lang.String name)Sets a stage's name.Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type Stage Modifier and Type Method Description PlanPlan. stages(@NotNull Stage... stages)Adds the stages to the end of stages list.Constructors in com.atlassian.bamboo.specs.api.builders.plan with parameters of type Stage Constructor Description Stage(@NotNull Stage copy)
-