Expand description

Nested message and enum types in BuildEvent.

Modules§

Structs§

  • Notification of the end of a build event stream published by a build component other than CONTROLLER (See StreamId.BuildComponents).
  • Notification that the build request is enqueued.
  • Notification that the build request has finished, and no further invocations will occur. Note that this applies to the entire Build. Individual invocations trigger InvocationFinished when they finish.
  • Textual output written to standard output or standard error.
  • Notification that an invocation attempt has finished.
  • Notification that the build system has attempted to run the build tool.

Enums§

  • ////////////////////////////////////////////////////////////////////////// Events that indicate a state change of a build request in the build queue.