Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.branches.BranchCleanup
-
Packages that use BranchCleanup Package Description com.atlassian.bamboo.specs.api.builders.plan.branches 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 BranchCleanup Modifier and Type Method Description BranchCleanupBranchCleanup. whenInactiveInRepository(boolean removeWhenInactiveInRepository)Enables/disables plan branch removing when branch is inactive (no commits) in repository.BranchCleanupBranchCleanup. whenInactiveInRepositoryAfterDays(int whenInactiveInRepositoryAfterDays)Defines the time after which the branch should be removed in case of inactivity.BranchCleanupBranchCleanup. whenRemovedFromRepository(boolean removeRemovedFromRepository)Enables/disables plan branch removing when branch deleted in repository.BranchCleanupBranchCleanup. 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 BranchCleanup Modifier and Type Method Description PlanBranchManagementPlanBranchManagement. delete(@NotNull BranchCleanup removedBranchCleanup)Sets configuration of automatic removal of branches.
-