Uses of Enum Class
com.google.devtools.build.lib.server.FailureDetails.Crash.Code
Packages that use FailureDetails.Crash.Code
-
Uses of FailureDetails.Crash.Code in com.google.devtools.build.lib.server
Methods in com.google.devtools.build.lib.server that return FailureDetails.Crash.CodeModifier and TypeMethodDescriptionstatic FailureDetails.Crash.CodeFailureDetails.Crash.Code.forNumber(int value) FailureDetails.Crash.Builder.getCode().failure_details.Crash.Code code = 1;FailureDetails.Crash.getCode().failure_details.Crash.Code code = 1;FailureDetails.CrashOrBuilder.getCode().failure_details.Crash.Code code = 1;static FailureDetails.Crash.CodeFailureDetails.Crash.Code.valueOf(int value) Deprecated.static FailureDetails.Crash.CodeFailureDetails.Crash.Code.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static FailureDetails.Crash.CodeReturns the enum constant of this class with the specified name.static FailureDetails.Crash.Code[]FailureDetails.Crash.Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.devtools.build.lib.server that return types with arguments of type FailureDetails.Crash.CodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FailureDetails.Crash.Code>FailureDetails.Crash.Code.internalGetValueMap()Methods in com.google.devtools.build.lib.server with parameters of type FailureDetails.Crash.CodeModifier and TypeMethodDescriptionFailureDetails.Crash.Builder.setCode(FailureDetails.Crash.Code value) .failure_details.Crash.Code code = 1;