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 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.EnumSet<Applicability>applicableTo()booleanequals(java.lang.Object o)@NotNull AtlassianModulePropertiesgetAtlassianPlugin()@Nullable java.lang.StringgetCommandLineOptions()@Nullable java.lang.StringgetEnvironmentVariables()@NotNull java.lang.StringgetExecutable()@NotNull java.lang.StringgetNUnitTestFiles()NUnitRunnerTask.NUnitVersiongetNUnitVersion()@NotNull java.lang.StringgetResultFilename()@NotNull java.util.List<java.lang.String>getTestCategoriesToExclude()@NotNull java.util.List<java.lang.String>getTestCategoriesToInclude()@NotNull java.util.List<java.lang.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 java.lang.String description, boolean enabled, @NotNull @NotNull java.lang.String executable, @NotNull NUnitRunnerTask.NUnitVersion nUnitVersion, @NotNull @NotNull java.lang.String nUnitTestFiles, @NotNull @NotNull java.lang.String resultFilename, @NotNull @NotNull java.util.List<java.lang.String> testsToRun, @NotNull @NotNull java.util.List<java.lang.String> testCategoriesToInclude, @NotNull @NotNull java.util.List<java.lang.String> testCategoriesToExclude, @Nullable @Nullable java.lang.String commandLineOptions, @Nullable @Nullable java.lang.String environmentVariables, @NotNull @NotNull java.util.List<RequirementProperties> requirements, @NotNull @NotNull java.util.List<? extends ConditionProperties> conditions) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
-
Method Detail
-
getAtlassianPlugin
@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
- Specified by:
getAtlassianPluginin classTaskProperties
-
getExecutable
@NotNull public @NotNull java.lang.String getExecutable()
-
getNUnitVersion
@NotNull public NUnitRunnerTask.NUnitVersion getNUnitVersion()
-
getNUnitTestFiles
@NotNull public @NotNull java.lang.String getNUnitTestFiles()
-
getResultFilename
@NotNull public @NotNull java.lang.String getResultFilename()
-
getTestsToRun
@NotNull public @NotNull java.util.List<java.lang.String> getTestsToRun()
-
getTestCategoriesToInclude
@NotNull public @NotNull java.util.List<java.lang.String> getTestCategoriesToInclude()
-
getTestCategoriesToExclude
@NotNull public @NotNull java.util.List<java.lang.String> getTestCategoriesToExclude()
-
getCommandLineOptions
@Nullable public @Nullable java.lang.String getCommandLineOptions()
-
getEnvironmentVariables
@Nullable public @Nullable java.lang.String getEnvironmentVariables()
-
equals
public boolean equals(java.lang.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 java.util.EnumSet<Applicability> applicableTo()
- Overrides:
applicableToin classTaskProperties
-
-