Uses of Class
com.google.devtools.build.lib.server.FailureDetails.Spawn.Code
-
Packages that use FailureDetails.Spawn.Code Package Description com.google.devtools.build.lib.server -
-
Uses of FailureDetails.Spawn.Code in com.google.devtools.build.lib.server
Methods in com.google.devtools.build.lib.server that return FailureDetails.Spawn.Code Modifier and Type Method Description static FailureDetails.Spawn.CodeFailureDetails.Spawn.Code. forNumber(int value)FailureDetails.Spawn.CodeFailureDetails.Spawn.Builder. getCode().failure_details.Spawn.Code code = 1;FailureDetails.Spawn.CodeFailureDetails.Spawn. getCode().failure_details.Spawn.Code code = 1;FailureDetails.Spawn.CodeFailureDetails.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 type with the specified name.static FailureDetails.Spawn.CodeFailureDetails.Spawn.Code. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FailureDetails.Spawn.Code[]FailureDetails.Spawn.Code. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.devtools.build.lib.server that return types with arguments of type FailureDetails.Spawn.Code Modifier and Type Method Description static 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.Code Modifier and Type Method Description FailureDetails.Spawn.BuilderFailureDetails.Spawn.Builder. setCode(FailureDetails.Spawn.Code value).failure_details.Spawn.Code code = 1;
-