Class BuildEventStreamProtos.BuildFinished.ExitCode.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<BuildEventStreamProtos.BuildFinished.ExitCode.Builder>
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildFinished.ExitCode.Builder
All Implemented Interfaces:
BuildEventStreamProtos.BuildFinished.ExitCodeOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
BuildEventStreamProtos.BuildFinished.ExitCode

public static final class BuildEventStreamProtos.BuildFinished.ExitCode.Builder extends com.google.protobuf.GeneratedMessage.Builder<BuildEventStreamProtos.BuildFinished.ExitCode.Builder> implements BuildEventStreamProtos.BuildFinished.ExitCodeOrBuilder
 Exit code of a build. The possible values correspond to the predefined
 codes in bazel's lib.ExitCode class, as well as any custom exit code a
 module might define. The predefined exit codes are subject to change (but
 rarely do) and are not part of the public API.

 A build was successful iff ExitCode.code equals 0.
 
Protobuf type build_event_stream.BuildFinished.ExitCode