@Immutable public final class NodeunitTaskProperties extends BaseNodeTaskProperties
| Modifier and Type | Field and Description |
|---|---|
static ValidationContext |
VALIDATION_CONTEXT |
| Modifier | Constructor and Description |
|---|---|
protected |
NodeunitTaskProperties() |
|
NodeunitTaskProperties(@Nullable String description,
boolean enabled,
@NotNull String nodeExecutable,
@Nullable String environmentVariables,
@Nullable String workingSubdirectory,
@NotNull String nodeunitExecutable,
@NotNull String testFilesAndDirectories,
@NotNull String testResultsDirectory,
boolean parseTestResults,
@Nullable String arguments,
@NotNull List<RequirementProperties> requirements,
@NotNull List<? extends ConditionProperties> conditions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@Nullable String |
getArguments() |
@NotNull AtlassianModuleProperties |
getAtlassianPlugin() |
@NotNull String |
getNodeunitExecutable() |
@NotNull String |
getTestFilesAndDirectories() |
@NotNull String |
getTestResultsDirectory() |
protected ValidationContext |
getValidationContext() |
int |
hashCode() |
boolean |
isParseTestResults() |
void |
validate() |
getEnvironmentVariables, getNodeExecutable, getWorkingSubdirectoryapplicableTo, getConditions, getDescription, getRequirements, isEnabled, toStringpublic static final ValidationContext VALIDATION_CONTEXT
protected NodeunitTaskProperties()
public NodeunitTaskProperties(@Nullable
@Nullable String description,
boolean enabled,
@NotNull
@NotNull String nodeExecutable,
@Nullable
@Nullable String environmentVariables,
@Nullable
@Nullable String workingSubdirectory,
@NotNull
@NotNull String nodeunitExecutable,
@NotNull
@NotNull String testFilesAndDirectories,
@NotNull
@NotNull String testResultsDirectory,
boolean parseTestResults,
@Nullable
@Nullable String arguments,
@NotNull
@NotNull List<RequirementProperties> requirements,
@NotNull
@NotNull List<? extends ConditionProperties> conditions)
throws PropertiesValidationException
PropertiesValidationExceptionpublic void validate()
validate in interface EntityPropertiesvalidate in class BaseNodeTaskPropertiespublic boolean equals(Object o)
equals in class BaseNodeTaskPropertiespublic int hashCode()
hashCode in class BaseNodeTaskProperties@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
getAtlassianPlugin in class TaskPropertiesprotected ValidationContext getValidationContext()
getValidationContext in class BaseNodeTaskProperties@NotNull public @NotNull String getNodeunitExecutable()
@NotNull public @NotNull String getTestFilesAndDirectories()
@NotNull public @NotNull String getTestResultsDirectory()
public boolean isParseTestResults()
@Nullable public @Nullable String getArguments()
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.