Uses of Enum Class
com.google.devtools.build.lib.server.FailureDetails.RunCommand.Code
Packages that use FailureDetails.RunCommand.Code
-
Uses of FailureDetails.RunCommand.Code in com.google.devtools.build.lib.server
Methods in com.google.devtools.build.lib.server that return FailureDetails.RunCommand.CodeModifier and TypeMethodDescriptionFailureDetails.RunCommand.Code.forNumber(int value) FailureDetails.RunCommand.Builder.getCode().failure_details.RunCommand.Code code = 1;FailureDetails.RunCommand.getCode().failure_details.RunCommand.Code code = 1;FailureDetails.RunCommandOrBuilder.getCode().failure_details.RunCommand.Code code = 1;FailureDetails.RunCommand.Code.valueOf(int value) Deprecated.FailureDetails.RunCommand.Code.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.static FailureDetails.RunCommand.Code[]FailureDetails.RunCommand.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.RunCommand.CodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FailureDetails.RunCommand.Code>FailureDetails.RunCommand.Code.internalGetValueMap()Methods in com.google.devtools.build.lib.server with parameters of type FailureDetails.RunCommand.CodeModifier and TypeMethodDescriptionFailureDetails.RunCommand.Builder.setCode(FailureDetails.RunCommand.Code value) .failure_details.RunCommand.Code code = 1;