Class BuildEventStreamProtos
- java.lang.Object
-
- com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos
-
public final class BuildEventStreamProtos extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBuildEventStreamProtos.AbortedPayload of an event indicating that an expected event will not come, as the build is aborted prematurely for some reason.static interfaceBuildEventStreamProtos.AbortedOrBuilderstatic classBuildEventStreamProtos.ActionExecutedPayload of the event indicating the completion of an action.static interfaceBuildEventStreamProtos.ActionExecutedOrBuilderstatic classBuildEventStreamProtos.BuildEventMessage describing a build event.static classBuildEventStreamProtos.BuildEventIdIdentifier for a build event.static interfaceBuildEventStreamProtos.BuildEventIdOrBuilderstatic interfaceBuildEventStreamProtos.BuildEventOrBuilderstatic classBuildEventStreamProtos.BuildFinishedEvent indicating the end of a build.static interfaceBuildEventStreamProtos.BuildFinishedOrBuilderstatic classBuildEventStreamProtos.BuildMetadataPayload of an event reporting custom key-value metadata associated with the build.static interfaceBuildEventStreamProtos.BuildMetadataOrBuilderstatic classBuildEventStreamProtos.BuildMetricsProtobuf typebuild_event_stream.BuildMetricsstatic interfaceBuildEventStreamProtos.BuildMetricsOrBuilderstatic classBuildEventStreamProtos.BuildStartedPayload of an event indicating the beginning of a new build.static interfaceBuildEventStreamProtos.BuildStartedOrBuilderstatic classBuildEventStreamProtos.BuildToolLogsEvent providing additional statistics/logs after completion of the build.static interfaceBuildEventStreamProtos.BuildToolLogsOrBuilderstatic classBuildEventStreamProtos.ConfigurationPayload of an event reporting details of a given configuration.static interfaceBuildEventStreamProtos.ConfigurationOrBuilderstatic classBuildEventStreamProtos.ConvenienceSymlinkThe message that contains what type of action to perform on a given path and target of a symlink.static interfaceBuildEventStreamProtos.ConvenienceSymlinkOrBuilderstatic classBuildEventStreamProtos.ConvenienceSymlinksIdentifiedEvent describing all convenience symlinks (i.e., workspace symlinks) to be created or deleted once the execution phase has begun.static interfaceBuildEventStreamProtos.ConvenienceSymlinksIdentifiedOrBuilderstatic classBuildEventStreamProtos.FetchPayload of an event indicating that an external resource was fetched.static interfaceBuildEventStreamProtos.FetchOrBuilderstatic classBuildEventStreamProtos.FileProtobuf typebuild_event_stream.Filestatic interfaceBuildEventStreamProtos.FileOrBuilderstatic classBuildEventStreamProtos.NamedSetOfFilesPayload of a message to describe a set of files, usually build artifacts, to be referred to later by their name.static interfaceBuildEventStreamProtos.NamedSetOfFilesOrBuilderstatic classBuildEventStreamProtos.OptionsParsedPayload of an event reporting on the parsed options, grouped in various ways.static interfaceBuildEventStreamProtos.OptionsParsedOrBuilderstatic classBuildEventStreamProtos.OutputGroupCollection of all output files belonging to that output group.static interfaceBuildEventStreamProtos.OutputGroupOrBuilderstatic classBuildEventStreamProtos.PatternExpandedPayload of the event indicating the expansion of a target pattern.static interfaceBuildEventStreamProtos.PatternExpandedOrBuilderstatic classBuildEventStreamProtos.ProgressPayload of an event summarizing the progress of the build so far.static interfaceBuildEventStreamProtos.ProgressOrBuilderstatic classBuildEventStreamProtos.TargetCompletePayload of the event indicating the completion of a target.static interfaceBuildEventStreamProtos.TargetCompleteOrBuilderstatic classBuildEventStreamProtos.TargetConfiguredPayload of the event indicating that the configurations for a target have been identified.static interfaceBuildEventStreamProtos.TargetConfiguredOrBuilderstatic classBuildEventStreamProtos.TargetSummaryPayload of the event summarizing a target (test or non-test).static interfaceBuildEventStreamProtos.TargetSummaryOrBuilderstatic classBuildEventStreamProtos.TestResultPayload on events reporting about individual test action.static interfaceBuildEventStreamProtos.TestResultOrBuilderstatic classBuildEventStreamProtos.TestSizeEnumeration type characterizing the size of a test, as specified by the test rule.static classBuildEventStreamProtos.TestStatusProtobuf enumbuild_event_stream.TestStatusstatic classBuildEventStreamProtos.TestSummaryPayload of the event summarizing a test.static interfaceBuildEventStreamProtos.TestSummaryOrBuilderstatic classBuildEventStreamProtos.UnstructuredCommandLinePayload of an event reporting the command-line of the invocation as originally received by the server.static interfaceBuildEventStreamProtos.UnstructuredCommandLineOrBuilderstatic classBuildEventStreamProtos.WorkspaceConfigConfiguration related to the blaze workspace and output tree.static interfaceBuildEventStreamProtos.WorkspaceConfigOrBuilderstatic classBuildEventStreamProtos.WorkspaceStatusPayload of an event reporting the workspace status.static interfaceBuildEventStreamProtos.WorkspaceStatusOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
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()
-
-