Uses of Class
com.atlassian.bamboo.specs.builders.task.TestParserTask
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of TestParserTask in com.atlassian.bamboo.specs.builders.task
Modifier and TypeMethodDescriptionstatic 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.defaultResultDirectory()
Adds default directory to the list of directories in which task looks for test result files.TestParserTask.pickUpTestResultsCreatedOutsideOfThisBuild
(@Nullable Boolean pickUpTestResultsCreatedOutsideOfThisBuild) Allows/disallows the task to scan test result files created before start time of the build.TestParserTask.resultDirectories
(@NotNull String... resultDirectories) Adds directories from the argument to the list of directories in which task looks for test result files.