Interface DeploymentTaskType

All Superinterfaces:
InternalTaskType

@PublicApi public interface DeploymentTaskType extends InternalTaskType
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. Tasks implementing this interface can be used in Deployment Jobs.
Since:
5.0
See Also: