public class IncrementVersionClosure
extends groovy.lang.Closure<java.lang.String>
| Modifier and Type | Field and Description |
|---|---|
static IncrementVersionClosure |
MICRO_INCREMENT |
| Constructor and Description |
|---|
IncrementVersionClosure(int majorIncrement,
int minorIncrement,
int microIncrement) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
doCall(java.lang.String version) |
asWritable, call, call, call, clone, curry, curry, dehydrate, getDelegate, getDirective, getMaximumNumberOfParameters, getOwner, getParameterTypes, getProperty, getResolveStrategy, getThisObject, isCase, leftShift, leftShift, memoize, memoizeAtLeast, memoizeAtMost, memoizeBetween, ncurry, ncurry, rcurry, rcurry, rehydrate, rightShift, run, setDelegate, setDirective, setProperty, setResolveStrategy, throwRuntimeException, trampoline, trampolinepublic static final IncrementVersionClosure MICRO_INCREMENT