Uses of Class
com.atlassian.bamboo.specs.builders.task.NodeunitTask
-
Packages that use NodeunitTask 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 NodeunitTask in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return NodeunitTask Modifier and Type Method Description NodeunitTaskNodeunitTask. arguments(@Nullable java.lang.String arguments)Additional command line arguments to pass to Nodeunit.NodeunitTaskNodeunitTask. nodeunitExecutable(@NotNull java.lang.String nodeunitExecutable)Specify path to Nodeunit executable for this task.NodeunitTaskNodeunitTask. parseTestResults(boolean parseTestResults)Whether this task should parse test results produced by Nodeunit.NodeunitTaskNodeunitTask. testFilesAndDirectories(@NotNull java.lang.String testFilesAndDirectories)Specify files and/or directories containing Nodeunit tests.NodeunitTaskNodeunitTask. testResultsDirectory(@NotNull java.lang.String testResultsDirectory)Name of the directory where the test results will be stored (in JUnit XML format).
-