com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions.manual
Class ManualTriggerAction.HighLow

java.lang.Object
  extended by 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 Summary
ManualTriggerAction.HighLow(int high, int low)
          Standard constructor.
 
Method Summary
 int getHigh()
          Get the High number.
 int getLow()
          Get the Low number.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ManualTriggerAction.HighLow

public ManualTriggerAction.HighLow(int high,
                                   int low)
Standard constructor.

Parameters:
high - the highest number.
low - the lowest number.
Method Detail

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


Copyright © 2004-2014. All Rights Reserved.