Class TestNGParserTaskExporter
- java.lang.Object
-
- com.atlassian.bamboo.plugins.testresultparser.task.exporter.TestParserTaskExporter
-
- com.atlassian.bamboo.plugins.testresultparser.testng.task.exporter.TestNGParserTaskExporter
-
- All Implemented Interfaces:
TaskDefinitionExporter
public class TestNGParserTaskExporter 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 TestNGParserTaskExporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected @NotNull com.atlassian.bamboo.specs.model.task.TestParserTaskProperties.TestType
getTestType()
-
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 @NotNull com.atlassian.bamboo.specs.model.task.TestParserTaskProperties.TestType getTestType()
- Specified by:
getTestType
in classTestParserTaskExporter
-
-