BuildingWatcherAction class
Constructors
- BuildingWatcherAction(Logger logger, ReedmaceConfig config)
Properties
-
buildController
↔ StreamController<
int> -
getter/setter pair
-
buildStartController
↔ StreamController<
int> -
getter/setter pair
-
cancelController
↔ StreamController<
int> -
getter/setter pair
- cancellationToken ↔ CancellationToken
-
getter/setter pair
- config ↔ ReedmaceConfig
-
getter/setter pair
- currentBuild ↔ int
-
getter/setter pair
- enqueuedBuild ↔ int?
-
getter/setter pair
-
hashCache
↔ Cache<
String, String> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastBuild ↔ DateTime
-
getter/setter pair
- latestApiDefHash ↔ String?
-
getter/setter pair
- logger ↔ Logger
-
getter/setter pair
- mutex ↔ Mutex
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
checkYield(
int step) → bool -
debounceFileAction(
String path) → bool -
enqueueBuild(
int step) → void -
launch(
) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
performBuild(
int stage, CancellationToken cancellationToken) → Future -
toString(
) → String -
A string representation of this object.
inherited
-
watcherPathFilter(
WatchEvent event) → bool
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited