Uses of Interface
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.AbortedOrBuilder
-
Packages that use BuildEventStreamProtos.AbortedOrBuilder Package Description com.google.devtools.build.lib.buildeventstream -
-
Uses of BuildEventStreamProtos.AbortedOrBuilder in com.google.devtools.build.lib.buildeventstream
Classes in com.google.devtools.build.lib.buildeventstream that implement BuildEventStreamProtos.AbortedOrBuilder 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 classBuildEventStreamProtos.Aborted.BuilderPayload of an event indicating that an expected event will not come, as the build is aborted prematurely for some reason.Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.AbortedOrBuilder Modifier and Type Method Description BuildEventStreamProtos.AbortedOrBuilderBuildEventStreamProtos.BuildEvent.Builder. getAbortedOrBuilder().build_event_stream.Aborted aborted = 4;BuildEventStreamProtos.AbortedOrBuilderBuildEventStreamProtos.BuildEvent. getAbortedOrBuilder().build_event_stream.Aborted aborted = 4;BuildEventStreamProtos.AbortedOrBuilderBuildEventStreamProtos.BuildEventOrBuilder. getAbortedOrBuilder().build_event_stream.Aborted aborted = 4;
-