@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(PrintWriter out)
Execute this task and return an exit code.
|
static final int SUCCESS
static final int TESTS_FAILED
int execute(PrintWriter out) throws Exception