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
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTestParserTaskProperties(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 AtlassianModulePropertiesbooleaninthashCode()voidvalidate()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:
getAtlassianPluginin classTaskProperties
-
getTestType
-
getResultDirectories
-
getPickUpTestResultsCreatedOutsideOfThisBuild
public boolean getPickUpTestResultsCreatedOutsideOfThisBuild() -
validate
- Specified by:
validatein interfaceEntityProperties- Overrides:
validatein classTaskProperties- Throws:
PropertiesValidationException
-
applicableTo
- Overrides:
applicableToin classTaskProperties
-
equals
- Overrides:
equalsin classTaskProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classTaskProperties
-