| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.builders.task |
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
|
| Modifier and Type | Method and Description |
|---|---|
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(Boolean pickUpTestResultsCreatedOutsideOfThisBuild)
Allows/disallows the task to scan test result files created before start time of the build.
|
TestParserTask |
TestParserTask.resultDirectories(String... resultDirectories)
Adds directories from the argument to the list of directories in which task looks for test result files.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.