TaskBase class abstract

The base class for all tasks.

Important: Do not implement this class directly, instead user either FileTask or RepoTask, as one of these to is expected by Hooks. This class only exists to perform common operations on all types of tasks.

Implementers
Available Extensions

Constructors

TaskBase()

Properties

filePattern Pattern
Returns a pattern to check if a RepoEntry can be processed by this task.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskName String
Returns the user-visible name of the task.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited