| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.plan |
Plan, plan branches, stages and jobs.
|
| Modifier and Type | Method and Description |
|---|---|
Stage |
Stage.description(@Nullable String description)
Sets a stage description.
|
Stage |
Stage.finalStage(boolean isFinal)
Specifies if stage is a final stage.
|
Stage |
Stage.jobs(Job... jobs)
Adds
Jobs to the stage. |
Stage |
Stage.manual(boolean isManual)
Specifies if stage is a manual stage.
|
Stage |
Stage.name(@NotNull String name)
Sets a stage's name.
|
| Modifier and Type | Method and Description |
|---|---|
Plan |
Plan.stages(Stage... stages)
Adds the stages to the end of stages list.
|
| Constructor and Description |
|---|
Stage(@NotNull Stage copy) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.