Class ManualTriggerAction.HighLow
- 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 Summary
Constructors Constructor Description HighLow(int high, int low)
Standard constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHigh()
Get the High number.int
getLow()
Get the Low number.String
toString()
-