Class TestNGResultParserTask
java.lang.Object
com.atlassian.bamboo.plugins.testresultparser.testng.task.TestNGResultParserTask
- All Implemented Interfaces:
InternalTaskType,TaskType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull TaskResultexecute(@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:TaskTypeExecute the task- Specified by:
executein interfaceTaskType- Returns:
- a
TaskResultrepresenting the status of the task execution - Throws:
TaskException
-