Uses of Enum Class
com.atlassian.bamboo.specs.builders.task.NUnitRunnerTask.NUnitVersion
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
Various implementations of
CodeEmitter
which are used for converting
TaskProperties
model into Java.Tasks you can execute in a job.
-
Uses of NUnitRunnerTask.NUnitVersion in com.atlassian.bamboo.specs.builders.task
Modifier and TypeMethodDescriptionstatic NUnitRunnerTask.NUnitVersion
Returns the enum constant of this class with the specified name.static NUnitRunnerTask.NUnitVersion[]
NUnitRunnerTask.NUnitVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NUnitRunnerTask.NUnitVersion in com.atlassian.bamboo.specs.codegen.emitters.task
Modifier and TypeMethodDescription@NotNull String
NUnitVersionEmitter.emitCode
(@NotNull CodeGenerationContext context, NUnitRunnerTask.NUnitVersion version) -
Uses of NUnitRunnerTask.NUnitVersion in com.atlassian.bamboo.specs.model.task
ModifierConstructorDescriptionNUnitRunnerTaskProperties
(@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, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions)