Class TestResultGeneratorTask
java.lang.Object
com.atlassian.bamboo.plugins.testutils.generator.TestResultGeneratorTask
- All Implemented Interfaces:
InternalTaskType
,TaskType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull TaskResult
execute
(@NotNull TaskContext taskContext) Execute the task
-
Constructor Details
-
TestResultGeneratorTask
public TestResultGeneratorTask()
-
-
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
-