Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchConfiguration
Package
Description
Plan, plan branches, stages and jobs.
Automatic branch creation, integration and cleanup.
-
Uses of PlanBranchConfiguration in com.atlassian.bamboo.specs.api.builders.plan
Modifier and TypeMethodDescriptionPlan.branchConfiguration
(@NotNull PlanBranchConfiguration planBranchConfiguration) On a Specs plan branch, defines branch specific configuration. -
Uses of PlanBranchConfiguration in com.atlassian.bamboo.specs.api.builders.plan.branches
Modifier and TypeMethodDescriptionPlanBranchConfiguration.branchIntegration
(@NotNull BranchIntegration branchIntegration) Sets merge strategy for this plan branch.@NotNull PlanBranchConfiguration
PlanBranchConfiguration.cleanupEnabled
(boolean cleanupEnabled) Enables/disables automatic removal of this plan branch.@NotNull PlanBranchConfiguration
PlanBranchConfiguration.disableAutomaticCleanup()
Disables automatic removal of this plan branch.@NotNull PlanBranchConfiguration
PlanBranchConfiguration.enableAutomaticCleanup()
Enables automatic removal of this plan branch.