public class AnyTask extends Task<AnyTask,AnyTaskProperties>
Represents a task of any type.

Since knowledge of internal representation of plugin data is required to properly construct this object, this class should only be used if the specialised implementation of a given task type is not available.