Uses of Class
com.atlassian.bamboo.specs.builders.task.MochaParserTask
-
Packages that use MochaParserTask 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. -
-
Uses of MochaParserTask in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return MochaParserTask Modifier and Type Method Description MochaParserTaskMochaParserTask. pickUpTestResultsCreatedOutsideOfThisBuild(boolean pickUpTestResultsCreatedOutsideOfThisBuild)Deprecated.When set to true, files created before the current build was started will be analyzed as valid tests results.MochaParserTaskMochaParserTask. testFilePattern(@NotNull java.lang.String testFilePattern)Deprecated.Ant-style pattern of test results file to parse.MochaParserTaskMochaParserTask. workingSubdirectory(@Nullable java.lang.String workingSubdirectory)Deprecated.since 6.3 the working subdirectory should be part oftestFilePattern.
-