java.lang.Object
com.atlassian.bamboo.configuration.external.yaml.properties.branch.DeletePlanBranchSettings

@Immutable public class DeletePlanBranchSettings extends Object
  • Field Details

  • Constructor Details

    • DeletePlanBranchSettings

      public DeletePlanBranchSettings(boolean enabled, int deletedDays, int inactiveDays)
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • getDeletedDays

      public int getDeletedDays()
    • getInactiveDays

      public int getInactiveDays()
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object