Class NUnitRunnerTaskProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.task.TaskProperties
com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
- All Implemented Interfaces:
EntityProperties
-
Constructor Summary
ConstructorsConstructorDescriptionNUnitRunnerTaskProperties
(@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) -
Method Summary
Methods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
getConditions, getDescription, getRequirements, isEnabled, toString
-
Constructor Details
-
NUnitRunnerTaskProperties
public NUnitRunnerTaskProperties(@Nullable @Nullable String description, boolean enabled, @NotNull @NotNull String executable, @NotNull NUnitRunnerTask.NUnitVersion nUnitVersion, @NotNull @NotNull String nUnitTestFiles, @NotNull @NotNull String resultFilename, @NotNull @NotNull List<String> testsToRun, @NotNull @NotNull List<String> testCategoriesToInclude, @NotNull @NotNull List<String> testCategoriesToExclude, @Nullable @Nullable String commandLineOptions, @Nullable @Nullable String environmentVariables, @NotNull @NotNull List<RequirementProperties> requirements, @NotNull @NotNull List<? extends ConditionProperties> conditions) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
getAtlassianPlugin
- Specified by:
getAtlassianPlugin
in classTaskProperties
-
getExecutable
-
getNUnitVersion
-
getNUnitTestFiles
-
getResultFilename
-
getTestsToRun
-
getTestCategoriesToInclude
-
getTestCategoriesToExclude
-
getCommandLineOptions
-
getEnvironmentVariables
-
equals
- Overrides:
equals
in classTaskProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTaskProperties
-
validate
public void validate()- Specified by:
validate
in interfaceEntityProperties
- Overrides:
validate
in classTaskProperties
-
applicableTo
- Overrides:
applicableTo
in classTaskProperties
-