| 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.
|
| com.atlassian.bamboo.specs.codegen.emitters.task |
Various implementations of
CodeEmitter which are used for converting
TaskProperties model into Java. |
| com.atlassian.bamboo.specs.model.task |
Tasks you can execute in a job.
|
| Modifier and Type | Method and Description |
|---|---|
static NUnitRunnerTask.NUnitVersion |
NUnitRunnerTask.NUnitVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NUnitRunnerTask.NUnitVersion[] |
NUnitRunnerTask.NUnitVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
NUnitVersionEmitter.emitCode(CodeGenerationContext context,
NUnitRunnerTask.NUnitVersion version) |
| Modifier and Type | Method and Description |
|---|---|
NUnitRunnerTask.NUnitVersion |
NUnitRunnerTaskProperties.getNUnitVersion() |
| Constructor and Description |
|---|
NUnitRunnerTaskProperties(String description,
boolean enabled,
String executable,
NUnitRunnerTask.NUnitVersion nUnitVersion,
String nUnitTestFiles,
String resultFilename,
List<String> testsToRun,
List<String> testCategoriesToInclude,
List<String> testCategoriesToExclude,
String commandLineOptions,
String environmentVariables,
List<RequirementProperties> requirements,
List<? extends ConditionProperties> conditions) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.