public class NUnitRunnerTaskProperties extends TaskProperties
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<Applicability> |
applicableTo() |
boolean |
equals(Object o) |
@NotNull AtlassianModuleProperties |
getAtlassianPlugin() |
@Nullable String |
getCommandLineOptions() |
@Nullable String |
getEnvironmentVariables() |
@NotNull String |
getExecutable() |
@NotNull String |
getNUnitTestFiles() |
NUnitRunnerTask.NUnitVersion |
getNUnitVersion() |
@NotNull String |
getResultFilename() |
@NotNull List<String> |
getTestCategoriesToExclude() |
@NotNull List<String> |
getTestCategoriesToInclude() |
@NotNull List<String> |
getTestsToRun() |
int |
hashCode() |
void |
validate() |
getConditions, getDescription, getRequirements, isEnabled, toStringpublic 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
PropertiesValidationException@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
getAtlassianPlugin in class TaskProperties@NotNull public @NotNull String getExecutable()
@NotNull public NUnitRunnerTask.NUnitVersion getNUnitVersion()
@NotNull public @NotNull String getNUnitTestFiles()
@NotNull public @NotNull String getResultFilename()
@Nullable public @Nullable String getCommandLineOptions()
@Nullable public @Nullable 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 © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.