Class BranchCleanupProperties

java.lang.Object
com.atlassian.bamboo.specs.api.model.plan.branches.BranchCleanupProperties
All Implemented Interfaces:
EntityProperties

@Immutable public class BranchCleanupProperties extends Object implements EntityProperties
  • Constructor Details

  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • isRemoveDeletedFromRepository

      public boolean isRemoveDeletedFromRepository()
    • isRemoveInactiveInRepository

      public boolean isRemoveInactiveInRepository()
    • getRemoveDeletedFromRepositoryPeriod

      public Duration getRemoveDeletedFromRepositoryPeriod()
    • getRemoveInactiveInRepositoryPeriod

      public Duration getRemoveInactiveInRepositoryPeriod()
    • validate

      public void validate()
      Specified by:
      validate in interface EntityProperties