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
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.bamboo.plugins.testresultparser.task.exporter.TestParserTaskExporter
TestParserTaskExporter.Config, TestParserTaskExporter.TestParserType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull com.atlassian.bamboo.specs.model.task.TestParserTaskProperties.TestTypeMethods inherited from class com.atlassian.bamboo.plugins.testresultparser.task.exporter.TestParserTaskExporter
fromYaml, toSpecsEntity, toTaskConfiguration, toYaml, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.task.export.TaskDefinitionExporter
toSpecsEntity, toTaskConfiguration, toTaskConfiguration
-
Constructor Details
-
TestNGParserTaskExporter
public TestNGParserTaskExporter()
-
-
Method Details
-
getTestType
@NotNull protected @NotNull com.atlassian.bamboo.specs.model.task.TestParserTaskProperties.TestType getTestType()- Specified by:
getTestTypein classTestParserTaskExporter
-