Class NUnitRunnerTaskProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.task.TaskProperties
-
- com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
-
- All Implemented Interfaces:
EntityProperties
public class NUnitRunnerTaskProperties extends TaskProperties
-
-
Constructor Summary
Constructors Constructor 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, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnumSet<Applicability>applicableTo()booleanequals(Object o)@NotNull AtlassianModulePropertiesgetAtlassianPlugin()@Nullable StringgetCommandLineOptions()@Nullable StringgetEnvironmentVariables()@NotNull StringgetExecutable()@NotNull StringgetNUnitTestFiles()NUnitRunnerTask.NUnitVersiongetNUnitVersion()@NotNull StringgetResultFilename()@NotNull List<String>getTestCategoriesToExclude()@NotNull List<String>getTestCategoriesToInclude()@NotNull List<String>getTestsToRun()inthashCode()voidvalidate()-
Methods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
getConditions, getDescription, getRequirements, isEnabled, toString
-
-
-
-
Constructor Detail
-
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 Detail
-
getAtlassianPlugin
@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
- Specified by:
getAtlassianPluginin classTaskProperties
-
getExecutable
@NotNull public @NotNull String getExecutable()
-
getNUnitVersion
@NotNull public NUnitRunnerTask.NUnitVersion getNUnitVersion()
-
getNUnitTestFiles
@NotNull public @NotNull String getNUnitTestFiles()
-
getResultFilename
@NotNull public @NotNull String getResultFilename()
-
getCommandLineOptions
@Nullable public @Nullable String getCommandLineOptions()
-
getEnvironmentVariables
@Nullable public @Nullable String getEnvironmentVariables()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classTaskProperties
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTaskProperties
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties- Overrides:
validatein classTaskProperties
-
applicableTo
public EnumSet<Applicability> applicableTo()
- Overrides:
applicableToin classTaskProperties
-
-