Class TestNGResultParserTask
- java.lang.Object
-
- com.atlassian.bamboo.plugins.testresultparser.testng.task.TestNGResultParserTask
-
- All Implemented Interfaces:
InternalTaskType,TaskType
public class TestNGResultParserTask extends Object implements TaskType
-
-
Constructor Summary
Constructors Constructor Description TestNGResultParserTask(TestCollationService testCollationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull TaskResultexecute(@NotNull TaskContext taskContext)Execute the task
-
-
-
Constructor Detail
-
TestNGResultParserTask
@Inject public TestNGResultParserTask(TestCollationService testCollationService)
-
-
Method Detail
-
execute
@NotNull public @NotNull TaskResult execute(@NotNull @NotNull TaskContext taskContext) throws TaskException
Description copied from interface:TaskTypeExecute the task- Specified by:
executein interfaceTaskType- Returns:
- a
TaskResultrepresenting the status of the task execution - Throws:
TaskException
-
-