java.lang.Object
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions.manual.ManualTriggerAction.HighLow
Enclosing class:
ManualTriggerAction

public static class ManualTriggerAction.HighLow extends Object
A tuple of a high and a low number.
  • Constructor Details

    • HighLow

      public HighLow(int high, int low)
      Standard constructor.
      Parameters:
      high - the highest number.
      low - the lowest number.
  • Method Details

    • getHigh

      public int getHigh()
      Get the High number.
      Returns:
      the high number.
    • getLow

      public int getLow()
      Get the Low number.
      Returns:
      the low number.
    • toString

      public String toString()
      Overrides:
      toString in class Object