Uses of Class
com.atlassian.bamboo.specs.builders.task.MochaParserTask
Packages that use MochaParserTask
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of MochaParserTask in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return MochaParserTaskModifier and TypeMethodDescriptionMochaParserTask.pickUpTestResultsCreatedOutsideOfThisBuild
(boolean pickUpTestResultsCreatedOutsideOfThisBuild) Deprecated.When set to true, files created before the current build was started will be analyzed as valid tests results.MochaParserTask.testFilePattern
(@NotNull String testFilePattern) Deprecated.Ant-style pattern of test results file to parse.MochaParserTask.workingSubdirectory
(@Nullable String workingSubdirectory) Deprecated.
testFilePattern
.