Class ManualTriggerAction.HighLow
java.lang.Object
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions.manual.ManualTriggerAction.HighLow
- Enclosing class:
- ManualTriggerAction
A tuple of a high and a low number.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HighLow
public HighLow(int high, int low) Standard constructor.- Parameters:
high- the highest number.low- the lowest number.
-
-
Method Details