@Immutable public final class TestParserTaskProperties extends TaskProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
TestParserTaskProperties.TestType |
| Constructor and Description |
|---|
TestParserTaskProperties(TestParserTaskProperties.TestType testType,
String description,
boolean enabled,
Collection<String> resultDirectories,
@Nullable Boolean pickUpTestResultsCreatedOutsideOfThisBuild,
@NotNull List<RequirementProperties> requirements,
@NotNull List<? extends ConditionProperties> conditions) |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<Applicability> |
applicableTo() |
boolean |
equals(Object o) |
@NotNull AtlassianModuleProperties |
getAtlassianPlugin() |
boolean |
getPickUpTestResultsCreatedOutsideOfThisBuild() |
List<String> |
getResultDirectories() |
TestParserTaskProperties.TestType |
getTestType() |
int |
hashCode() |
void |
validate() |
getConditions, getDescription, getRequirements, isEnabled, toStringpublic TestParserTaskProperties(TestParserTaskProperties.TestType testType, String description, boolean enabled, Collection<String> resultDirectories, @Nullable @Nullable Boolean pickUpTestResultsCreatedOutsideOfThisBuild, @NotNull @NotNull List<RequirementProperties> requirements, @NotNull @NotNull List<? extends ConditionProperties> conditions) throws PropertiesValidationException
PropertiesValidationException@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
getAtlassianPlugin in class TaskPropertiespublic TestParserTaskProperties.TestType getTestType()
public boolean getPickUpTestResultsCreatedOutsideOfThisBuild()
public void validate()
throws PropertiesValidationException
validate in interface EntityPropertiesvalidate in class TaskPropertiesPropertiesValidationExceptionpublic EnumSet<Applicability> applicableTo()
applicableTo in class TaskPropertiespublic boolean equals(Object o)
equals in class TaskPropertiespublic int hashCode()
hashCode in class TaskPropertiesCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.