Class BranchCleanupProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.plan.branches.BranchCleanupProperties
- All Implemented Interfaces:
EntityProperties
-
Constructor Summary
ConstructorDescriptionBranchCleanupProperties
(boolean removeDeletedFromRepository, @NotNull Duration removeDeletedFromRepositoryPeriod, boolean removeInactiveInRepository, @NotNull Duration removeInactiveInRepositoryPeriod) -
Method Summary
-
Constructor Details
-
BranchCleanupProperties
public BranchCleanupProperties(boolean removeDeletedFromRepository, @NotNull @NotNull Duration removeDeletedFromRepositoryPeriod, boolean removeInactiveInRepository, @NotNull @NotNull Duration removeInactiveInRepositoryPeriod) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
isRemoveDeletedFromRepository
public boolean isRemoveDeletedFromRepository() -
isRemoveInactiveInRepository
public boolean isRemoveInactiveInRepository() -
getRemoveDeletedFromRepositoryPeriod
-
getRemoveInactiveInRepositoryPeriod
-
validate
public void validate()- Specified by:
validate
in interfaceEntityProperties
-