| 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 |
|---|---|
NUnitRunnerTask |
NUnitRunnerTask.commandLineOptions(@Nullable String commandLineOptions)
Add any command line options or switches you wish to include when running NUnit.
|
NUnitRunnerTask |
NUnitRunnerTask.environmentVariables(@Nullable String environmentVariables)
Environment variables which will be passed to runner process.
|
NUnitRunnerTask |
NUnitRunnerTask.executable(@NotNull String executable)
Sets label (not a path) of NUnit executable.
|
NUnitRunnerTask |
NUnitRunnerTask.nUnitTestFiles(@NotNull String nUnitTestFiles)
Specify an assembly (.dll), Visual Studio project (.csproj), or NUnit Test Suite (.nunit) to test.
|
NUnitRunnerTask |
NUnitRunnerTask.nUnitVersion2()
Sets the version of NUnit corresponding for the provided label.
|
NUnitRunnerTask |
NUnitRunnerTask.nUnitVersion3()
Sets the version of NUnit corresponding for the provided label.
|
NUnitRunnerTask |
NUnitRunnerTask.resultFilename(@NotNull String resultFilename)
The name Bamboo should give to the results file produced by NUnit.
|
NUnitRunnerTask |
NUnitRunnerTask.testCategoriesToExclude(String... testCategoriesToExclude)
Adds categories to exclude.
|
NUnitRunnerTask |
NUnitRunnerTask.testCategoriesToInclude(String... testCategoriesToInclude)
Adds categories to include.
|
NUnitRunnerTask |
NUnitRunnerTask.testsToRun(String... testsToRun)
Adds tests to run.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.