Class TaskPlugin

All Implemented Interfaces:
com.google.inject.Module, org.pf4j.ExtensionPoint

@Deprecated(forRemoval=true) public abstract class TaskPlugin extends TaskPlugin
Deprecated, for removal: This API element is subject to removal in a future version.
This class is deprecated and scheduled for removal. Use TaskPlugin instead.
A plugin base class that uses a task-based execution model.

TaskPlugin provides a structured way to organize plugin logic into discrete tasks. Each task can have its own validation and execution logic, making it easier to manage complex plugins with multiple responsibilities.

See Also:
  • Constructor Details

    • TaskPlugin

      public TaskPlugin()
      Deprecated, for removal: This API element is subject to removal in a future version.