Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.Aborted.Builder
Packages that use BuildEventStreamProtos.Aborted.Builder
-
Uses of BuildEventStreamProtos.Aborted.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.Aborted.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.Aborted.Builder.clear()BuildEventStreamProtos.Aborted.Builder.clearDescription()A human readable description with more details about there reason, where available and useful.BuildEventStreamProtos.Aborted.Builder.clearReason().build_event_stream.Aborted.AbortReason reason = 1;BuildEventStreamProtos.BuildEvent.Builder.getAbortedBuilder().build_event_stream.Aborted aborted = 4;BuildEventStreamProtos.Aborted.Builder.mergeFrom(BuildEventStreamProtos.Aborted other) BuildEventStreamProtos.Aborted.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.Aborted.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.Aborted.newBuilder()BuildEventStreamProtos.Aborted.newBuilder(BuildEventStreamProtos.Aborted prototype) BuildEventStreamProtos.Aborted.newBuilderForType()protected BuildEventStreamProtos.Aborted.BuilderBuildEventStreamProtos.Aborted.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.Aborted.Builder.setDescription(String value) A human readable description with more details about there reason, where available and useful.BuildEventStreamProtos.Aborted.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) A human readable description with more details about there reason, where available and useful.BuildEventStreamProtos.Aborted.Builder.setReason(BuildEventStreamProtos.Aborted.AbortReason value) .build_event_stream.Aborted.AbortReason reason = 1;BuildEventStreamProtos.Aborted.Builder.setReasonValue(int value) .build_event_stream.Aborted.AbortReason reason = 1;BuildEventStreamProtos.Aborted.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.Aborted.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEvent.Builder.setAborted(BuildEventStreamProtos.Aborted.Builder builderForValue) .build_event_stream.Aborted aborted = 4;