DaemonBuilder class abstract
A builder for the daemon.
Intended to be used as an interface for specific builder implementations which actually do the building.
Constructors
Properties
-
builds
→ Stream<
BuildResults> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
logs
→ Stream<
ServerLog> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
Set< BuildTarget> targets, Iterable<WatchEvent> changes) → Future<void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
stop(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited