Uses of Class
com.atlassian.bamboo.specs.builders.task.TestParserTask
Packages that use 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
Methods in com.atlassian.bamboo.specs.builders.task that return TestParserTaskModifier and TypeMethodDescriptionstatic TestParserTaskTestParserTask.createJUnitParserTask()Specify test parsing task that handles JUnit test results.static TestParserTaskTestParserTask.createMochaParserTask()Specify test parsing task that handles test results of Mocha executed with 'mocha-bamboo-reporter'.static TestParserTaskTestParserTask.createMSTestParserTask()Specify test parsing task that handles mstest test results.static TestParserTaskTestParserTask.createNUnitParserTask()Specify test parsing task that handles NUnit test results.static TestParserTaskTestParserTask.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.