@API(value=Internal) public interface ConsoleTask
Modifier and Type | Field and Description |
---|---|
static int |
SUCCESS
Exit code indicating successful execution
|
static int |
TESTS_FAILED
Exit code indicating test failure(s)
|
Modifier and Type | Method and Description |
---|---|
int |
execute(java.io.PrintWriter out)
Execute this task and return an exit code.
|
static final int SUCCESS
static final int TESTS_FAILED
int execute(java.io.PrintWriter out) throws java.lang.Exception
out
- writer for console output0
) or failure (!= 0
)java.lang.Exception
SUCCESS