- buildFailed
void buildFailed(Duration duration, Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
- buildStarted
void buildStarted()
Undocumented in source. Be warned that the author may not have intended to support it.
- buildSucceeded
void buildSucceeded(Duration duration)
Undocumented in source. Be warned that the author may not have intended to support it.
- taskFailed
void taskFailed(size_t worker, Task task, Duration duration, Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
- taskOutput
void taskOutput(size_t worker, ubyte[] chunk)
Undocumented in source. Be warned that the author may not have intended to support it.
- taskStarted
void taskStarted(size_t worker, Task task)
Undocumented in source. Be warned that the author may not have intended to support it.
- taskSucceeded
void taskSucceeded(size_t worker, Task task, Duration duration)
Undocumented in source. Be warned that the author may not have intended to support it.