public class NUnitRunnerTaskProperties extends TaskProperties
| Constructor and Description |
|---|
NUnitRunnerTaskProperties(String description,
boolean enabled,
String executable,
NUnitRunnerTask.NUnitVersion nUnitVersion,
String nUnitTestFiles,
String resultFilename,
List<String> testsToRun,
List<String> testCategoriesToInclude,
List<String> testCategoriesToExclude,
String commandLineOptions,
String environmentVariables,
List<RequirementProperties> requirements,
List<? extends ConditionProperties> conditions) |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<Applicability> |
applicableTo() |
boolean |
equals(Object o) |
AtlassianModuleProperties |
getAtlassianPlugin() |
String |
getCommandLineOptions() |
String |
getEnvironmentVariables() |
String |
getExecutable() |
String |
getNUnitTestFiles() |
NUnitRunnerTask.NUnitVersion |
getNUnitVersion() |
String |
getResultFilename() |
List<String> |
getTestCategoriesToExclude() |
List<String> |
getTestCategoriesToInclude() |
List<String> |
getTestsToRun() |
int |
hashCode() |
void |
validate() |
getConditions, getDescription, getRequirements, isEnabled, toStringpublic NUnitRunnerTaskProperties(@Nullable
String description,
boolean enabled,
@NotNull
String executable,
@NotNull
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)
throws PropertiesValidationException
PropertiesValidationException@NotNull public AtlassianModuleProperties getAtlassianPlugin()
getAtlassianPlugin in class TaskProperties@NotNull public String getExecutable()
@NotNull public NUnitRunnerTask.NUnitVersion getNUnitVersion()
@NotNull public String getNUnitTestFiles()
@NotNull public String getResultFilename()
@Nullable public String getCommandLineOptions()
@Nullable public String getEnvironmentVariables()
public boolean equals(Object o)
equals in class TaskPropertiespublic int hashCode()
hashCode in class TaskPropertiespublic void validate()
validate in interface EntityPropertiesvalidate in class TaskPropertiespublic EnumSet<Applicability> applicableTo()
applicableTo in class TaskPropertiesCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.