| Modifier and type | Property and description |
|---|---|
| java.lang.String | failureExplanation
Replies the standard text that explains the failing status. |
| Constant and description |
|---|
| CANCELED
Compilation is manually canceled. |
| COMPILATION_FAILURE
Compilation failure. |
| COMPILATION_SUCCESS
Compilation success. |
| NOTHING_TO_COMPILE
No source code found. |
| Modifier and type | Action and description |
|---|---|
| abstract java.lang.String | getFailureExplanation
Replies the standard text that explains the failing status. |
| abstract boolean | isSuccess
Replies if the status is a success or an error. |
| static CompilerStatus | valueOf(String) |
| static CompilerStatus | values |
static val CANCELED : CompilerStatus
static val COMPILATION_FAILURE : CompilerStatus
static val COMPILATION_SUCCESS : CompilerStatus
static val NOTHING_TO_COMPILE : CompilerStatus
val failureExplanation : java.lang.String
This property is an alias for the action: getFailureExplanation
def getFailureExplanation : java.lang.String
def isSuccess : boolean
def valueOf(String) : CompilerStatus
def values : CompilerStatus