Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.branches.BranchCleanup
Packages that use BranchCleanup
Package
Description
Automatic branch creation, integration and cleanup.
-
Uses of BranchCleanup in com.atlassian.bamboo.specs.api.builders.plan.branches
Methods in com.atlassian.bamboo.specs.api.builders.plan.branches that return BranchCleanupModifier and TypeMethodDescriptionBranchCleanup.whenInactiveInRepository
(boolean removeWhenInactiveInRepository) Enables/disables plan branch removing when branch is inactive (no commits) in repository.BranchCleanup.whenInactiveInRepositoryAfterDays
(int whenInactiveInRepositoryAfterDays) Defines the time after which the branch should be removed in case of inactivity.BranchCleanup.whenRemovedFromRepository
(boolean removeRemovedFromRepository) Enables/disables plan branch removing when branch deleted in repository.BranchCleanup.whenRemovedFromRepositoryAfterDays
(int whenRemovedFromRepositoryAfterDays) Defines the time after which the branch should be removed.Methods in com.atlassian.bamboo.specs.api.builders.plan.branches with parameters of type BranchCleanupModifier and TypeMethodDescriptionPlanBranchManagement.delete
(@NotNull BranchCleanup removedBranchCleanup) Sets configuration of automatic removal of branches.