Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.Plan
Packages that use Plan
Package
Description
Plan, plan branches, stages and jobs.
-
Uses of Plan in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan that return PlanModifier and TypeMethodDescriptionPlan.branchConfiguration(@NotNull PlanBranchConfiguration planBranchConfiguration) On a Specs plan branch, defines branch specific configuration.Plan.clearNotifications()Clears all notifications previously added to this plan.Plan.clearTriggers()Clears all previously added triggers to this plan.Plan.dependencies(@NotNull Dependencies dependencies) Specifies configuration of dependencies support for this plan.Plan.description(@Nullable String description) Sets the plan's description.Plan.enabled(boolean enabled) Enables/disables the plan.Plan.forceStopHungBuilds()Deprecated.since 9.3.Plan.ignoreHungBuilds()Deprecated.since 9.3.Sets the project plan belongs to.Sets the plan's key.Sets the plan's key.Adds labels to this plan.Adds labels to this plan.Plan.linkedRepositories(@NotNull VcsRepositoryIdentifier... repositories) Deprecated.since 6.2, uselinkedRepositories(String...)Plan.linkedRepositories(@NotNull String... repositoriesNames) Adds linked repositories with given names to this plan.Sets the plan name.Plan.noDependencies()Deprecated.Plan.noLabels()Deprecated.Plan.noNotifications()Deprecated.Plan.noPluginConfigurations()Deprecated.Plan.notifications(@NotNull Notification... notifications) Appends a notification rule to the plan.Sets the plans's oid.Sets the plans's oid.Plan.planBranchManagement(@NotNull PlanBranchManagement planBranchManagement) Specifies plan branch management options for this plan.Plan.planRepositories(@NotNull VcsRepository<?, ?>... repositories) Adds local repositories to this plan.Plan.pluginConfigurations(@NotNull PluginConfiguration<?>... pluginConfigurations) Appends plugin configuration to the plan.Plan.projectRepositories(@NotNull String... repositoriesNames) Adds project repositories with given names to this plan.Plan.repositoryBranches(@NotNull VcsRepositoryBranch... repositoryBranches) Defines which branches should be built by this plan or plan branch.Adds the stages to the end of stages list.Adds triggers to this plan.Adds plan variables.Constructors in com.atlassian.bamboo.specs.api.builders.plan with parameters of type Plan