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
public class JUnitParserTaskExporter extends TestParserTaskExporter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.atlassian.bamboo.plugins.testresultparser.task.exporter.TestParserTaskExporter
TestParserTaskExporter.Config, TestParserTaskExporter.TestParserType
-
-
Constructor Summary
Constructors Constructor Description JUnitParserTaskExporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.atlassian.bamboo.specs.model.task.TestParserTaskProperties.TestTypegetTestType()-
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
-
-
-
-
Method Detail
-
getTestType
@NotNull protected com.atlassian.bamboo.specs.model.task.TestParserTaskProperties.TestType getTestType()
- Specified by:
getTestTypein classTestParserTaskExporter
-
-