Class TestNGResultParserTask
java.lang.Object
com.atlassian.bamboo.plugins.testresultparser.testng.task.TestNGResultParserTask
- All Implemented Interfaces:
InternalTaskType
,TaskType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull TaskResult
execute
(@NotNull TaskContext taskContext) Execute the task
-
Constructor Details
-
TestNGResultParserTask
-
-
Method Details
-
execute
@NotNull public @NotNull TaskResult execute(@NotNull @NotNull TaskContext taskContext) throws TaskException Description copied from interface:TaskType
Execute the task- Specified by:
execute
in interfaceTaskType
- Returns:
- a
TaskResult
representing the status of the task execution - Throws:
TaskException
-