Uses of Class
com.atlassian.bamboo.specs.builders.task.NodeunitTask
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of NodeunitTask in com.atlassian.bamboo.specs.builders.task
Modifier and TypeMethodDescriptionAdditional command line arguments to pass to Nodeunit.NodeunitTask.nodeunitExecutable
(@NotNull String nodeunitExecutable) Specify path to Nodeunit executable for this task.NodeunitTask.parseTestResults
(boolean parseTestResults) Whether this task should parse test results produced by Nodeunit.NodeunitTask.testFilesAndDirectories
(@NotNull String testFilesAndDirectories) Specify files and/or directories containing Nodeunit tests.NodeunitTask.testResultsDirectory
(@NotNull String testResultsDirectory) Name of the directory where the test results will be stored (in JUnit XML format).