public class PlanBranchConfiguration extends EntityPropertiesBuilder<PlanBranchConfigurationProperties>
Constructor and Description |
---|
PlanBranchConfiguration() |
Modifier and Type | Method and Description |
---|---|
PlanBranchConfiguration |
branchIntegration(BranchIntegration branchIntegration)
Sets merge strategy for this plan branch.
|
protected PlanBranchConfigurationProperties |
build() |
PlanBranchConfiguration |
cleanupEnabled(boolean cleanupEnabled)
Enables/disables automatic removal of this plan branch.
|
PlanBranchConfiguration |
disableAutomaticCleanup()
Disables automatic removal of this plan branch.
|
PlanBranchConfiguration |
enableAutomaticCleanup()
Enables automatic removal of this plan branch.
|
@NotNull public PlanBranchConfiguration cleanupEnabled(boolean cleanupEnabled)
@NotNull public PlanBranchConfiguration disableAutomaticCleanup()
@NotNull public PlanBranchConfiguration enableAutomaticCleanup()
public PlanBranchConfiguration branchIntegration(@NotNull BranchIntegration branchIntegration) throws PropertiesValidationException
PropertiesValidationException
BranchIntegration
protected PlanBranchConfigurationProperties build()
build
in class EntityPropertiesBuilder<PlanBranchConfigurationProperties>
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.