Class BuildEventStreamProtos.BuildStarted

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildStarted
All Implemented Interfaces:
BuildEventStreamProtos.BuildStartedOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
BuildEventStreamProtos

public static final class BuildEventStreamProtos.BuildStarted extends com.google.protobuf.GeneratedMessage implements BuildEventStreamProtos.BuildStartedOrBuilder
 Payload of an event indicating the beginning of a new build. Usually, events
 of those type start a new build-event stream. The target pattern requested
 to be build is contained in one of the announced child events; it is an
 invariant that precisely one of the announced child events has a non-empty
 target pattern.
 
Protobuf type build_event_stream.BuildStarted
See Also: