Class NUnitRunnerTaskProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.task.TaskProperties
com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
- All Implemented Interfaces:
com.atlassian.bamboo.specs.api.model.EntityProperties
public class NUnitRunnerTaskProperties
extends com.atlassian.bamboo.specs.api.model.task.TaskProperties
-
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<com.atlassian.bamboo.specs.api.model.plan.requirement.RequirementProperties> requirements, @NotNull List<? extends com.atlassian.bamboo.specs.api.model.plan.condition.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<com.atlassian.bamboo.specs.api.model.plan.requirement.RequirementProperties> requirements, @NotNull @NotNull List<? extends com.atlassian.bamboo.specs.api.model.plan.condition.ConditionProperties> conditions) throws com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException - Throws:
com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
-
-
Method Details
-
getAtlassianPlugin
@NotNull public @NotNull com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties getAtlassianPlugin()- Specified by:
getAtlassianPluginin classcom.atlassian.bamboo.specs.api.model.task.TaskProperties
-
getExecutable
-
getNUnitVersion
-
getNUnitTestFiles
-
getResultFilename
-
getTestsToRun
-
getTestCategoriesToInclude
-
getTestCategoriesToExclude
-
getCommandLineOptions
-
getEnvironmentVariables
-
equals
- Overrides:
equalsin classcom.atlassian.bamboo.specs.api.model.task.TaskProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classcom.atlassian.bamboo.specs.api.model.task.TaskProperties
-
validate
public void validate()- Specified by:
validatein interfacecom.atlassian.bamboo.specs.api.model.EntityProperties- Overrides:
validatein classcom.atlassian.bamboo.specs.api.model.task.TaskProperties
-
applicableTo
- Overrides:
applicableToin classcom.atlassian.bamboo.specs.api.model.task.TaskProperties
-