Uses of Enum Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.Aborted.AbortReason
Packages that use BuildEventStreamProtos.Aborted.AbortReason
-
Uses of BuildEventStreamProtos.Aborted.AbortReason in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.Aborted.AbortReasonModifier and TypeMethodDescriptionBuildEventStreamProtos.Aborted.AbortReason.forNumber(int value) BuildEventStreamProtos.Aborted.Builder.getReason().build_event_stream.Aborted.AbortReason reason = 1;BuildEventStreamProtos.Aborted.getReason().build_event_stream.Aborted.AbortReason reason = 1;BuildEventStreamProtos.AbortedOrBuilder.getReason().build_event_stream.Aborted.AbortReason reason = 1;BuildEventStreamProtos.Aborted.AbortReason.valueOf(int value) Deprecated.BuildEventStreamProtos.Aborted.AbortReason.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.BuildEventStreamProtos.Aborted.AbortReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.devtools.build.lib.buildeventstream that return types with arguments of type BuildEventStreamProtos.Aborted.AbortReasonModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<BuildEventStreamProtos.Aborted.AbortReason>BuildEventStreamProtos.Aborted.AbortReason.internalGetValueMap()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.Aborted.AbortReasonModifier and TypeMethodDescriptionBuildEventStreamProtos.Aborted.Builder.setReason(BuildEventStreamProtos.Aborted.AbortReason value) .build_event_stream.Aborted.AbortReason reason = 1;