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