@Immutable public final class MochaParserTaskProperties extends TaskProperties
| Modifier and Type | Field and Description |
|---|---|
static ValidationContext |
VALIDATION_CONTEXT |
| Modifier | Constructor and Description |
|---|---|
protected |
MochaParserTaskProperties() |
|
MochaParserTaskProperties(@Nullable String description,
boolean enabled,
@NotNull String testFilePattern,
@Nullable String workingSubdirectory,
boolean pickUpTestResultsCreatedOutsideOfThisBuild,
List<RequirementProperties> requirements,
@NotNull List<? extends ConditionProperties> conditions) |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<Applicability> |
applicableTo() |
boolean |
equals(Object o) |
@NotNull AtlassianModuleProperties |
getAtlassianPlugin() |
@NotNull String |
getTestFilePattern() |
@Nullable String |
getWorkingSubdirectory() |
int |
hashCode() |
boolean |
isPickUpTestResultsCreatedOutsideOfThisBuild() |
void |
validate() |
getConditions, getDescription, getRequirements, isEnabled, toStringpublic static final ValidationContext VALIDATION_CONTEXT
protected 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
PropertiesValidationExceptionpublic void validate()
validate in interface EntityPropertiesvalidate in class TaskPropertiespublic boolean equals(Object o)
equals in class TaskPropertiespublic int hashCode()
hashCode in class TaskProperties@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
getAtlassianPlugin in class TaskProperties@NotNull public @NotNull String getTestFilePattern()
@Nullable public @Nullable String getWorkingSubdirectory()
public boolean isPickUpTestResultsCreatedOutsideOfThisBuild()
public EnumSet<Applicability> applicableTo()
applicableTo in class TaskPropertiesCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.