|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TaskType
An Executable Task. To be implemented by task plugins. TaskTypes are only responsible for executing the task.
See TaskConfigurator for how to generate a UI to configure this particular task.
TaskConfigurator| Method Summary | |
|---|---|
TaskResult |
execute(TaskContext taskContext)
Execute the task |
| Method Detail |
|---|
@NotNull
TaskResult execute(@NotNull
TaskContext taskContext)
throws TaskException
execute in interface InternalTaskType<TaskContext>taskContext -
TaskResult representing the status of the task execution
TaskException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||