Class Logic
- java.lang.Object
-
- com.sonyericsson.hudson.plugins.gerrit.trigger.utils.Logic
-
public abstract class Logic extends Object
Common static logic utility methods.- Author:
- Robert Sandell <robert.sandell@sonymobile.com>
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
shouldSkip(SkipVote skipVote, Result result)
If the given result should be skipped according to the configuration.
-