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