Class MochaRunnerTaskProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.task.TaskProperties
com.atlassian.bamboo.specs.model.task.BaseNodeTaskProperties
com.atlassian.bamboo.specs.model.task.MochaRunnerTaskProperties
- All Implemented Interfaces:
EntityProperties
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
MochaRunnerTaskProperties
(@Nullable String description, boolean enabled, @NotNull String nodeExecutable, @Nullable String environmentVariables, @Nullable String workingSubdirectory, @NotNull String mochaExecutable, @NotNull String testFilesAndDirectories, boolean parseTestResults, @Nullable String arguments, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable String
@NotNull AtlassianModuleProperties
@NotNull String
@NotNull String
protected ValidationContext
int
hashCode()
boolean
void
validate()
Methods inherited from class com.atlassian.bamboo.specs.model.task.BaseNodeTaskProperties
getEnvironmentVariables, getNodeExecutable, getWorkingSubdirectory
Methods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
applicableTo, getConditions, getDescription, getRequirements, isEnabled, toString
-
Field Details
-
VALIDATION_CONTEXT
-
-
Constructor Details
-
MochaRunnerTaskProperties
protected MochaRunnerTaskProperties() -
MochaRunnerTaskProperties
public MochaRunnerTaskProperties(@Nullable @Nullable String description, boolean enabled, @NotNull @NotNull String nodeExecutable, @Nullable @Nullable String environmentVariables, @Nullable @Nullable String workingSubdirectory, @NotNull @NotNull String mochaExecutable, @NotNull @NotNull String testFilesAndDirectories, boolean parseTestResults, @Nullable @Nullable String arguments, @NotNull @NotNull List<RequirementProperties> requirements, @NotNull @NotNull List<? extends ConditionProperties> conditions) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
validate
public void validate()- Specified by:
validate
in interfaceEntityProperties
- Overrides:
validate
in classBaseNodeTaskProperties
-
equals
- Overrides:
equals
in classBaseNodeTaskProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseNodeTaskProperties
-
getAtlassianPlugin
- Specified by:
getAtlassianPlugin
in classTaskProperties
-
getValidationContext
- Specified by:
getValidationContext
in classBaseNodeTaskProperties
-
getMochaExecutable
-
getTestFilesAndDirectories
-
isParseTestResults
public boolean isParseTestResults() -
getArguments
-