| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.plan |
Plan, plan branches, stages and jobs.
|
| Modifier and Type | Method and Description |
|---|---|
Plan |
Plan.dependencies(@NotNull Dependencies dependencies)
Specifies configuration of dependencies support for this plan.
|
Plan |
Plan.description(@Nullable String description)
Sets the plan's description.
|
Plan |
Plan.enabled(boolean enabled)
Enables/disables the plan.
|
Plan |
Plan.inProject(@NotNull Project project)
Sets the project plan belongs to.
|
Plan |
Plan.key(@Nullable BambooKey key)
Sets the plan's key.
|
Plan |
Plan.key(@Nullable String key)
Sets the plan's key.
|
Plan |
Plan.linkedRepositories(String... repositoriesNames)
Adds linked repositories with given names to this plan.
|
Plan |
Plan.linkedRepositories(VcsRepositoryIdentifier... repositories)
Adds linked repositories to this plan.
|
Plan |
Plan.name(@NotNull String name)
Sets the project plan belongs to.
|
Plan |
Plan.oid(@Nullable BambooOid oid)
Sets the plans's oid.
|
Plan |
Plan.oid(@Nullable String oid)
Sets the plans's oid.
|
Plan |
Plan.planBranchManagement(@NotNull PlanBranchManagement planBranchManagement)
Specifies plan branch management options for this plan.
|
Plan |
Plan.planRepositories(VcsRepository... repositories)
Adds local repositories to this plan.
|
Plan |
Plan.stages(Stage... stages)
Adds the stages to the end of stages list.
|
Plan |
Plan.triggers(Trigger<?,?>... triggers)
Adds triggers to this plan.
|
Plan |
Plan.variables(Variable... variables)
Adds plan variables.
|
| Constructor and Description |
|---|
Plan(@NotNull Plan copy) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.