Class JUnitResultParserTask
- java.lang.Object
-
- com.atlassian.bamboo.plugins.testresultparser.task.JUnitResultParserTask
-
- All Implemented Interfaces:
InternalTaskType
,TaskType
public class JUnitResultParserTask extends Object implements TaskType
-
-
Constructor Summary
Constructors Constructor Description JUnitResultParserTask(TestCollationService testCollationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull TaskResult
execute(@NotNull TaskContext taskContext)
Execute the task
-
-
-
Constructor Detail
-
JUnitResultParserTask
@Inject public JUnitResultParserTask(TestCollationService testCollationService)
-
-
Method Detail
-
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
-
-