Class BuildEventStreamProtos
java.lang.Object
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classPayload of an event indicating that an expected event will not come, as the build is aborted prematurely for some reason.static interfacestatic final classPayload of the event indicating the completion of an action.static interfacestatic final classMessage describing a build event.static final classIdentifier for a build event.static interfacestatic interfacestatic final classEvent indicating the end of a build.static interfacestatic final classPayload of an event reporting custom key-value metadata associated with the build.static interfacestatic final classProtobuf typebuild_event_stream.BuildMetricsstatic interfacestatic final classPayload of an event indicating the beginning of a new build.static interfacestatic final classEvent providing additional statistics/logs after completion of the build.static interfacestatic final classPayload of an event reporting details of a given configuration.static interfacestatic final classThe message that contains what type of action to perform on a given path and target of a symlink.static interfacestatic final classEvent describing all convenience symlinks (i.e., workspace symlinks) to be created or deleted once the execution phase has begun.static interfacestatic final classAn environment variable provided by a run command after a successful build.static interfacestatic final classEvent that contains the ExecRequest of a run command announced only after a successful build and before trying to execute the requested command-line.static interfacestatic final classPayload of an event indicating that an external resource was fetched.static interfacestatic final classProtobuf typebuild_event_stream.Filestatic interfacestatic final classPayload of a message to describe a set of files, usually build artifacts, to be referred to later by their name.static interfacestatic final classPayload of an event reporting on the parsed options, grouped in various ways.static interfacestatic final classCollection of all output files belonging to that output group.static interfacestatic final classPayload of the event indicating the expansion of a target pattern.static interfacestatic final classPayload of an event summarizing the progress of the build so far.static interfacestatic final classPayload of the event indicating the completion of a target.static interfacestatic final classPayload of the event indicating that the configurations for a target have been identified.static interfacestatic final classPayload of the event summarizing a target (test or non-test).static interfacestatic final classEvent payload providing information about an active, individual test run.static interfacestatic final classPayload on events reporting about individual test action.static interfacestatic enumEnumeration type characterizing the size of a test, as specified by the test rule.static enumProtobuf enumbuild_event_stream.TestStatusstatic final classPayload of the event summarizing a test.static interfacestatic final classPayload of an event reporting the command-line of the invocation as originally received by the server.static interfacestatic final classConfiguration related to the blaze workspace and output tree.static interfacestatic final classPayload of an event reporting the workspace status.static interface -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.protobuf.Descriptors.FileDescriptorstatic voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry) static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) -
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) -
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-