Class MochaParserTaskProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.task.TaskProperties
com.atlassian.bamboo.specs.model.task.MochaParserTaskProperties
- All Implemented Interfaces:
EntityProperties
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
MochaParserTaskProperties
(@Nullable String description, boolean enabled, @NotNull String testFilePattern, @Nullable String workingSubdirectory, boolean pickUpTestResultsCreatedOutsideOfThisBuild, List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull AtlassianModuleProperties
@NotNull String
@Nullable String
int
hashCode()
boolean
void
validate()
Methods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
getConditions, getDescription, getRequirements, isEnabled, toString
-
Field Details
-
VALIDATION_CONTEXT
-
-
Constructor Details
-
MochaParserTaskProperties
protected MochaParserTaskProperties() -
MochaParserTaskProperties
public MochaParserTaskProperties(@Nullable @Nullable String description, boolean enabled, @NotNull @NotNull String testFilePattern, @Nullable @Nullable String workingSubdirectory, boolean pickUpTestResultsCreatedOutsideOfThisBuild, 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 classTaskProperties
-
equals
- Overrides:
equals
in classTaskProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTaskProperties
-
getAtlassianPlugin
- Specified by:
getAtlassianPlugin
in classTaskProperties
-
getTestFilePattern
-
getWorkingSubdirectory
-
isPickUpTestResultsCreatedOutsideOfThisBuild
public boolean isPickUpTestResultsCreatedOutsideOfThisBuild() -
applicableTo
- Overrides:
applicableTo
in classTaskProperties
-