Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchConfiguration
Packages that use 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
Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type PlanBranchConfigurationModifier 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
Methods in com.atlassian.bamboo.specs.api.builders.plan.branches that return PlanBranchConfigurationModifier and TypeMethodDescriptionPlanBranchConfiguration.branchIntegration(@NotNull BranchIntegration branchIntegration) Sets merge strategy for this plan branch.@NotNull PlanBranchConfigurationPlanBranchConfiguration.cleanupEnabled(boolean cleanupEnabled) Enables/disables automatic removal of this plan branch.@NotNull PlanBranchConfigurationPlanBranchConfiguration.disableAutomaticCleanup()Disables automatic removal of this plan branch.@NotNull PlanBranchConfigurationPlanBranchConfiguration.enableAutomaticCleanup()Enables automatic removal of this plan branch.