Uses of Class
com.atlassian.bamboo.specs.builders.task.NUnitRunnerTask.NUnitVersion
-
Packages that use NUnitRunnerTask.NUnitVersion 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 ofCodeEmitterwhich are used for convertingTaskPropertiesmodel into Java.com.atlassian.bamboo.specs.model.task Tasks you can execute in a job. -
-
Uses of NUnitRunnerTask.NUnitVersion in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return NUnitRunnerTask.NUnitVersion Modifier and Type Method Description static NUnitRunnerTask.NUnitVersionNUnitRunnerTask.NUnitVersion. valueOf(java.lang.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. -
Uses of NUnitRunnerTask.NUnitVersion in com.atlassian.bamboo.specs.codegen.emitters.task
Methods in com.atlassian.bamboo.specs.codegen.emitters.task with parameters of type NUnitRunnerTask.NUnitVersion Modifier and Type Method Description @NotNull java.lang.StringNUnitVersionEmitter. emitCode(@NotNull CodeGenerationContext context, NUnitRunnerTask.NUnitVersion version) -
Uses of NUnitRunnerTask.NUnitVersion in com.atlassian.bamboo.specs.model.task
Methods in com.atlassian.bamboo.specs.model.task that return NUnitRunnerTask.NUnitVersion Modifier and Type Method Description NUnitRunnerTask.NUnitVersionNUnitRunnerTaskProperties. getNUnitVersion()Constructors in com.atlassian.bamboo.specs.model.task with parameters of type NUnitRunnerTask.NUnitVersion Constructor Description NUnitRunnerTaskProperties(@Nullable java.lang.String description, boolean enabled, @NotNull java.lang.String executable, NUnitRunnerTask.NUnitVersion nUnitVersion, @NotNull java.lang.String nUnitTestFiles, @NotNull java.lang.String resultFilename, @NotNull java.util.List<java.lang.String> testsToRun, @NotNull java.util.List<java.lang.String> testCategoriesToInclude, @NotNull java.util.List<java.lang.String> testCategoriesToExclude, @Nullable java.lang.String commandLineOptions, @Nullable java.lang.String environmentVariables, @NotNull java.util.List<RequirementProperties> requirements, @NotNull java.util.List<? extends ConditionProperties> conditions)
-