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