static TestParserTask |
TestParserTask.createJUnitParserTask() |
Specify test parsing task that handles JUnit test results.
|
static TestParserTask |
TestParserTask.createMochaParserTask() |
Specify test parsing task that handles test results of Mocha executed with 'mocha-bamboo-reporter'.
|
static TestParserTask |
TestParserTask.createMSTestParserTask() |
Specify test parsing task that handles mstest test results.
|
static TestParserTask |
TestParserTask.createNUnitParserTask() |
Specify test parsing task that handles NUnit test results.
|
static TestParserTask |
TestParserTask.createTestNGParserTask() |
Specify test parsing task that handles TestNG test results.
|
TestParserTask |
TestParserTask.defaultResultDirectory() |
Adds default directory to the list of directories in which task looks for test result files.
|
TestParserTask |
TestParserTask.pickUpTestResultsCreatedOutsideOfThisBuild(@Nullable java.lang.Boolean pickUpTestResultsCreatedOutsideOfThisBuild) |
Allows/disallows the task to scan test result files created before start time of the build.
|
TestParserTask |
TestParserTask.resultDirectories(@NotNull java.lang.String... resultDirectories) |
Adds directories from the argument to the list of directories in which task looks for test result files.
|