Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.branches.PlanBranchConfiguration
-
Packages that use PlanBranchConfiguration Package Description com.atlassian.bamboo.specs.api.builders.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.builders.plan.branches 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 PlanBranchConfiguration Modifier and Type Method Description PlanPlan. 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 PlanBranchConfiguration Modifier and Type Method Description PlanBranchConfigurationPlanBranchConfiguration. 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.
-