| 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 |
|---|---|
@NotNull String |
NUnitVersionEmitter.emitCode(@NotNull CodeGenerationContext context,
NUnitRunnerTask.NUnitVersion version) |
| Modifier and Type | Method and Description |
|---|---|
NUnitRunnerTask.NUnitVersion |
NUnitRunnerTaskProperties.getNUnitVersion() |
| Constructor and Description |
|---|
NUnitRunnerTaskProperties(@Nullable String description,
boolean enabled,
@NotNull String executable,
NUnitRunnerTask.NUnitVersion nUnitVersion,
@NotNull String nUnitTestFiles,
@NotNull String resultFilename,
@NotNull List<String> testsToRun,
@NotNull List<String> testCategoriesToInclude,
@NotNull List<String> testCategoriesToExclude,
@Nullable String commandLineOptions,
@Nullable String environmentVariables) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.