TaskBase class abstract interface

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

Constructors

TaskBase()

Properties

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

canProcess(RepoEntry entry) bool
Checks if a RepoEntry can be processed by this task.
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