Class TestParserTaskProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.task.TaskProperties
com.atlassian.bamboo.specs.model.task.TestParserTaskProperties
- All Implemented Interfaces:
EntityProperties
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionTestParserTaskProperties
(TestParserTaskProperties.TestType testType, String description, boolean enabled, Collection<String> resultDirectories, @Nullable Boolean pickUpTestResultsCreatedOutsideOfThisBuild, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull AtlassianModuleProperties
boolean
int
hashCode()
void
validate()
Methods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
getConditions, getDescription, getRequirements, isEnabled, toString
-
Constructor Details
-
TestParserTaskProperties
public 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 - Throws:
PropertiesValidationException
-
-
Method Details
-
getAtlassianPlugin
- Specified by:
getAtlassianPlugin
in classTaskProperties
-
getTestType
-
getResultDirectories
-
getPickUpTestResultsCreatedOutsideOfThisBuild
public boolean getPickUpTestResultsCreatedOutsideOfThisBuild() -
validate
- Specified by:
validate
in interfaceEntityProperties
- Overrides:
validate
in classTaskProperties
- Throws:
PropertiesValidationException
-
applicableTo
- Overrides:
applicableTo
in classTaskProperties
-
equals
- Overrides:
equals
in classTaskProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTaskProperties
-