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.
|
Modifier and Type | Method and Description |
---|---|
Plan |
Plan.branchConfiguration(PlanBranchConfiguration planBranchConfiguration)
On a Specs plan branch, defines branch specific configuration.
|
Modifier and Type | Method and Description |
---|---|
PlanBranchConfiguration |
PlanBranchConfiguration.branchIntegration(BranchIntegration branchIntegration)
Sets merge strategy for this plan branch.
|
PlanBranchConfiguration |
PlanBranchConfiguration.cleanupEnabled(boolean cleanupEnabled)
Enables/disables automatic removal of this plan branch.
|
PlanBranchConfiguration |
PlanBranchConfiguration.disableAutomaticCleanup()
Disables automatic removal of this plan branch.
|
PlanBranchConfiguration |
PlanBranchConfiguration.enableAutomaticCleanup()
Enables automatic removal of this plan branch.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.