Class ShiftExpressionHelper
- java.lang.Object
-
- com.orctom.jenkins.plugin.buildtimestamp.ShiftExpressionHelper
-
public class ShiftExpressionHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Pattern
shiftExpressionPattern
-
Constructor Summary
Constructors Constructor Description ShiftExpressionHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Calendar
doShift(Calendar timestamp, String shiftExpression)
static boolean
isShiftExpressionValid(String shiftExpression)
-
-
-
Field Detail
-
shiftExpressionPattern
public static final Pattern shiftExpressionPattern
-
-