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