Class BranchCleanupProperties

    • Constructor Detail

      • BranchCleanupProperties

        public BranchCleanupProperties​(boolean removeDeletedFromRepository,
                                       @NotNull
                                       @NotNull java.time.Duration removeDeletedFromRepositoryPeriod,
                                       boolean removeInactiveInRepository,
                                       @NotNull
                                       @NotNull java.time.Duration removeInactiveInRepositoryPeriod)
                                throws PropertiesValidationException
        Throws:
        PropertiesValidationException
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public boolean isRemoveDeletedFromRepository()
      • isRemoveInactiveInRepository

        public boolean isRemoveInactiveInRepository()
      • getRemoveDeletedFromRepositoryPeriod

        public java.time.Duration getRemoveDeletedFromRepositoryPeriod()
      • getRemoveInactiveInRepositoryPeriod

        public java.time.Duration getRemoveInactiveInRepositoryPeriod()