| 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.
|
| Modifier and Type | Method and Description |
|---|---|
NodeunitTask |
NodeunitTask.arguments(@Nullable String arguments)
Additional command line arguments to pass to Nodeunit.
|
NodeunitTask |
NodeunitTask.nodeunitExecutable(@NotNull String nodeunitExecutable)
Specify path to Nodeunit executable for this task.
|
NodeunitTask |
NodeunitTask.parseTestResults(boolean parseTestResults)
Whether this task should parse test results produced by Nodeunit.
|
NodeunitTask |
NodeunitTask.testFilesAndDirectories(@NotNull String testFilesAndDirectories)
Specify files and/or directories containing Nodeunit tests.
|
NodeunitTask |
NodeunitTask.testResultsDirectory(@NotNull String testResultsDirectory)
Name of the directory where the test results will be stored (in JUnit XML format).
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.