public class ExitStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ExitStatus |
CANCELLED |
static ExitStatus |
ERRORS |
static ExitStatus |
SUCCESS |
static ExitStatus |
UP_TO_DATE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final ExitStatus CANCELLED
public static final ExitStatus ERRORS
public static final ExitStatus SUCCESS
public static final ExitStatus UP_TO_DATE