|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions.manual.ManualTriggerAction.HighLow
public static class ManualTriggerAction.HighLow
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 |
---|
public ManualTriggerAction.HighLow(int high, int low)
high
- the highest number.low
- the lowest number.Method Detail |
---|
public int getHigh()
public int getLow()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |