Plan |
Plan.branchConfiguration(@NotNull PlanBranchConfiguration planBranchConfiguration) |
On a Specs plan branch, defines branch specific configuration.
|
Plan |
Plan.clearNotifications() |
Clears all notifications previously added to this plan.
|
Plan |
Plan.clearTriggers() |
Clears all previously added triggers to this plan.
|
Plan |
Plan.dependencies(@NotNull Dependencies dependencies) |
Specifies configuration of dependencies support for this plan.
|
Plan |
Plan.description(@Nullable java.lang.String description) |
Sets the plan's description.
|
Plan |
Plan.enabled(boolean enabled) |
Enables/disables the plan.
|
Plan |
Plan.forceStopHungBuilds() |
Deprecated.
|
Plan |
Plan.ignoreHungBuilds() |
Deprecated.
|
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 java.lang.String key) |
Sets the plan's key.
|
Plan |
Plan.labels(@NotNull Label... labels) |
Adds labels to this plan.
|
Plan |
Plan.labels(@NotNull java.lang.String... labels) |
Adds labels to this plan.
|
Plan |
Plan.linkedRepositories(@NotNull VcsRepositoryIdentifier... repositories) |
Deprecated.
|
Plan |
Plan.linkedRepositories(@NotNull java.lang.String... repositoriesNames) |
Adds linked repositories with given names to this plan.
|
Plan |
Plan.name(@NotNull java.lang.String name) |
Sets the plan name.
|
Plan |
Plan.noDependencies() |
Deprecated.
|
Plan |
Plan.noLabels() |
Deprecated.
|
Plan |
Plan.noNotifications() |
Deprecated.
|
Plan |
Plan.noPluginConfigurations() |
Deprecated.
|
Plan |
Plan.notifications(@NotNull Notification... notifications) |
Appends a notification rule to the plan.
|
Plan |
Plan.oid(@Nullable BambooOid oid) |
Sets the plans's oid.
|
Plan |
Plan.oid(@Nullable java.lang.String oid) |
Sets the plans's oid.
|
Plan |
Plan.planBranchManagement(@NotNull PlanBranchManagement planBranchManagement) |
Specifies plan branch management options for this plan.
|
Plan |
Plan.planRepositories(@NotNull VcsRepository<?,?>... repositories) |
Adds local repositories to this plan.
|
Plan |
Plan.pluginConfigurations(@NotNull PluginConfiguration<?>... pluginConfigurations) |
Appends plugin configuration to the plan.
|
Plan |
Plan.projectRepositories(@NotNull java.lang.String... repositoriesNames) |
Adds project repositories with given names to this plan.
|
Plan |
Plan.repositoryBranches(@NotNull VcsRepositoryBranch... repositoryBranches) |
Defines which branches should be built by this plan or plan branch.
|
Plan |
Plan.stages(@NotNull Stage... stages) |
Adds the stages to the end of stages list.
|
Plan |
Plan.triggers(@NotNull Trigger<?,?>... triggers) |
Adds triggers to this plan.
|
Plan |
Plan.variables(@NotNull Variable... variables) |
Adds plan variables.
|