@Immutable public final class NodeunitTaskProperties extends BaseNodeTaskProperties
| Modifier and Type | Field and Description |
|---|---|
static ValidationContext |
VALIDATION_CONTEXT |
| Modifier | Constructor and Description |
|---|---|
protected |
NodeunitTaskProperties() |
|
NodeunitTaskProperties(String description,
boolean enabled,
String nodeExecutable,
String environmentVariables,
String workingSubdirectory,
String nodeunitExecutable,
String testFilesAndDirectories,
String testResultsDirectory,
boolean parseTestResults,
String arguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getArguments() |
AtlassianModuleProperties |
getAtlassianPlugin() |
String |
getNodeunitExecutable() |
String |
getTestFilesAndDirectories() |
String |
getTestResultsDirectory() |
protected ValidationContext |
getValidationContext() |
int |
hashCode() |
boolean |
isParseTestResults() |
void |
validate() |
getEnvironmentVariables, getNodeExecutable, getWorkingSubdirectoryapplicableTo, getDescription, isEnabled, toStringpublic static final ValidationContext VALIDATION_CONTEXT
protected NodeunitTaskProperties()
public 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)
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 AtlassianModuleProperties getAtlassianPlugin()
getAtlassianPlugin in class TaskPropertiesprotected ValidationContext getValidationContext()
getValidationContext in class BaseNodeTaskProperties@NotNull public String getNodeunitExecutable()
@NotNull public String getTestFilesAndDirectories()
@NotNull public String getTestResultsDirectory()
public boolean isParseTestResults()
@Nullable public String getArguments()
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.