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 |
---|---|
MochaRunnerTask |
MochaRunnerTask.arguments(String arguments)
Additional command line arguments to pass to Mocha.
|
MochaRunnerTask |
MochaRunnerTask.mochaExecutable(String mochaExecutable)
Specify path to the Mocha executable for this task.
|
MochaRunnerTask |
MochaRunnerTask.parseTestResults(boolean parseTestResults)
Whether this task should parse test results produced by Mocha.
|
MochaRunnerTask |
MochaRunnerTask.testFilesAndDirectories(String testFilesAndDirectories)
Specify files and/or directories containing Mocha tests.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.