Uses of Enum Class
com.google.devtools.build.lib.server.FailureDetails.Spawn.Code
Packages that use FailureDetails.Spawn.Code
-
Uses of FailureDetails.Spawn.Code in com.google.devtools.build.lib.server
Methods in com.google.devtools.build.lib.server that return FailureDetails.Spawn.CodeModifier and TypeMethodDescriptionstatic FailureDetails.Spawn.CodeFailureDetails.Spawn.Code.forNumber(int value) FailureDetails.Spawn.Builder.getCode().failure_details.Spawn.Code code = 1;FailureDetails.Spawn.getCode().failure_details.Spawn.Code code = 1;FailureDetails.SpawnOrBuilder.getCode().failure_details.Spawn.Code code = 1;static FailureDetails.Spawn.CodeFailureDetails.Spawn.Code.valueOf(int value) Deprecated.static FailureDetails.Spawn.CodeFailureDetails.Spawn.Code.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static FailureDetails.Spawn.CodeReturns the enum constant of this class with the specified name.static FailureDetails.Spawn.Code[]FailureDetails.Spawn.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.Spawn.CodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FailureDetails.Spawn.Code>FailureDetails.Spawn.Code.internalGetValueMap()Methods in com.google.devtools.build.lib.server with parameters of type FailureDetails.Spawn.CodeModifier and TypeMethodDescriptionFailureDetails.Spawn.Builder.setCode(FailureDetails.Spawn.Code value) .failure_details.Spawn.Code code = 1;