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(String arguments)
Additional command line arguments to pass to Nodeunit.
|
NodeunitTask |
NodeunitTask.nodeunitExecutable(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(String testFilesAndDirectories)
Specify files and/or directories containing Nodeunit tests.
|
NodeunitTask |
NodeunitTask.testResultsDirectory(String testResultsDirectory)
Name of the directory where the test results will be stored (in JUnit XML format).
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.