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