Class OldDataMonitor.VersionRange

java.lang.Object
hudson.diagnosis.OldDataMonitor.VersionRange
Enclosing class:
OldDataMonitor

public static class OldDataMonitor.VersionRange extends Object
  • Field Details

    • extra

      public final String extra
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isOld

      public boolean isOld(int threshold)
      Does this version range contain a version more than the given number of releases ago?
      Parameters:
      threshold - Number of releases
      Returns:
      True if the major version# differs or the minor# differs by ≥ threshold