Class JUnitParserTaskExporter
java.lang.Object
com.atlassian.bamboo.plugins.testresultparser.task.exporter.TestParserTaskExporter
com.atlassian.bamboo.plugins.testresultparser.task.exporter.JUnitParserTaskExporter
- All Implemented Interfaces:
TaskDefinitionExporter
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.bamboo.plugins.testresultparser.task.exporter.TestParserTaskExporter
TestParserTaskExporter.Config, TestParserTaskExporter.TestParserType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.atlassian.bamboo.specs.model.task.TestParserTaskProperties.TestType
Methods inherited from class com.atlassian.bamboo.plugins.testresultparser.task.exporter.TestParserTaskExporter
fromYaml, toSpecsEntity, toTaskConfiguration, toYaml, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.task.export.TaskDefinitionExporter
toSpecsEntity, toTaskConfiguration, toTaskConfiguration
-
Constructor Details
-
JUnitParserTaskExporter
public JUnitParserTaskExporter()
-
-
Method Details
-
getTestType
@NotNull protected com.atlassian.bamboo.specs.model.task.TestParserTaskProperties.TestType getTestType()- Specified by:
getTestType
in classTestParserTaskExporter
-