| Interface | Description |
|---|---|
| BuckEventExternalInterface |
Describes a generic buck event.
|
| CacheRateStatsUpdateExternalEventInterface |
Sent to update the WebSocket clients about cache misses and errors.
|
| CompilerErrorEventExternalInterface |
Describes a compiler error thrown by buck.
|
| ConsoleEventExternalInterface |
Describes a console event thrown by buck.
|
| IndividualTestEventFinishedExternalInterface<T> |
Describes the results of running test on a single build target.
|
| InstallFinishedEventExternalInterface |
Describes an install finished event sent by buck.
|
| ProgressEventInterface |
Describes the progress made by buck with the operations described below.
|
| StepEventExternalInterface |
Describes a step made by buck when building a target.
|
| TestRunFinishedEventInterface<T> |
Describes the results of the tests on all the targets.
|