Enum FailureDetails.RunCommand.Code
- java.lang.Object
-
- java.lang.Enum<FailureDetails.RunCommand.Code>
-
- com.google.devtools.build.lib.server.FailureDetails.RunCommand.Code
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<FailureDetails.RunCommand.Code>
- Enclosing class:
- FailureDetails.RunCommand
public static enum FailureDetails.RunCommand.Code extends java.lang.Enum<FailureDetails.RunCommand.Code> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumfailure_details.RunCommand.Code
-
-
Enum Constant Summary
Enum Constants Enum Constant Description COMMAND_LINE_EXPANSION_FAILURECOMMAND_LINE_EXPANSION_FAILURE = 10 [(.failure_details.metadata) = { ...NO_SHELL_SPECIFIEDNO_SHELL_SPECIFIED = 11 [(.failure_details.metadata) = { ...NO_TARGET_SPECIFIEDNO_TARGET_SPECIFIED = 1 [(.failure_details.metadata) = { ...RUN_COMMAND_UNKNOWNRUN_COMMAND_UNKNOWN = 0 [(.failure_details.metadata) = { ...RUN_PREREQ_UNMETRUN_PREREQ_UNMET = 7 [(.failure_details.metadata) = { ...RUN_UNDER_TARGET_NOT_BUILTRUN_UNDER_TARGET_NOT_BUILT = 6 [(.failure_details.metadata) = { ...RUNFILES_DIRECTORIES_CREATION_FAILURERUNFILES_DIRECTORIES_CREATION_FAILURE = 13 [(.failure_details.metadata) = { ...RUNFILES_SYMLINKS_CREATION_FAILURERUNFILES_SYMLINKS_CREATION_FAILURE = 14 [(.failure_details.metadata) = { ...SCRIPT_WRITE_FAILURESCRIPT_WRITE_FAILURE = 12 [(.failure_details.metadata) = { ...TARGET_BUILT_BUT_PATH_NOT_EXECUTABLETARGET_BUILT_BUT_PATH_NOT_EXECUTABLE = 4 [(.failure_details.metadata) = { ...TARGET_BUILT_BUT_PATH_VALIDATION_FAILEDTARGET_BUILT_BUT_PATH_VALIDATION_FAILED = 5 [(.failure_details.metadata) = { ...TARGET_NOT_EXECUTABLETARGET_NOT_EXECUTABLE = 3 [(.failure_details.metadata) = { ...TEST_ENVIRONMENT_SETUP_FAILURETEST_ENVIRONMENT_SETUP_FAILURE = 9 [(.failure_details.metadata) = { ...TEST_ENVIRONMENT_SETUP_INTERRUPTEDTEST_ENVIRONMENT_SETUP_INTERRUPTED = 15 [(.failure_details.metadata) = { ...TOO_MANY_TARGETS_SPECIFIEDTOO_MANY_TARGETS_SPECIFIED = 2 [(.failure_details.metadata) = { ...TOO_MANY_TEST_SHARDS_OR_RUNSTOO_MANY_TEST_SHARDS_OR_RUNS = 8 [(.failure_details.metadata) = { ...UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intCOMMAND_LINE_EXPANSION_FAILURE_VALUECOMMAND_LINE_EXPANSION_FAILURE = 10 [(.failure_details.metadata) = { ...static intNO_SHELL_SPECIFIED_VALUENO_SHELL_SPECIFIED = 11 [(.failure_details.metadata) = { ...static intNO_TARGET_SPECIFIED_VALUENO_TARGET_SPECIFIED = 1 [(.failure_details.metadata) = { ...static intRUN_COMMAND_UNKNOWN_VALUERUN_COMMAND_UNKNOWN = 0 [(.failure_details.metadata) = { ...static intRUN_PREREQ_UNMET_VALUERUN_PREREQ_UNMET = 7 [(.failure_details.metadata) = { ...static intRUN_UNDER_TARGET_NOT_BUILT_VALUERUN_UNDER_TARGET_NOT_BUILT = 6 [(.failure_details.metadata) = { ...static intRUNFILES_DIRECTORIES_CREATION_FAILURE_VALUERUNFILES_DIRECTORIES_CREATION_FAILURE = 13 [(.failure_details.metadata) = { ...static intRUNFILES_SYMLINKS_CREATION_FAILURE_VALUERUNFILES_SYMLINKS_CREATION_FAILURE = 14 [(.failure_details.metadata) = { ...static intSCRIPT_WRITE_FAILURE_VALUESCRIPT_WRITE_FAILURE = 12 [(.failure_details.metadata) = { ...static intTARGET_BUILT_BUT_PATH_NOT_EXECUTABLE_VALUETARGET_BUILT_BUT_PATH_NOT_EXECUTABLE = 4 [(.failure_details.metadata) = { ...static intTARGET_BUILT_BUT_PATH_VALIDATION_FAILED_VALUETARGET_BUILT_BUT_PATH_VALIDATION_FAILED = 5 [(.failure_details.metadata) = { ...static intTARGET_NOT_EXECUTABLE_VALUETARGET_NOT_EXECUTABLE = 3 [(.failure_details.metadata) = { ...static intTEST_ENVIRONMENT_SETUP_FAILURE_VALUETEST_ENVIRONMENT_SETUP_FAILURE = 9 [(.failure_details.metadata) = { ...static intTEST_ENVIRONMENT_SETUP_INTERRUPTED_VALUETEST_ENVIRONMENT_SETUP_INTERRUPTED = 15 [(.failure_details.metadata) = { ...static intTOO_MANY_TARGETS_SPECIFIED_VALUETOO_MANY_TARGETS_SPECIFIED = 2 [(.failure_details.metadata) = { ...static intTOO_MANY_TEST_SHARDS_OR_RUNS_VALUETOO_MANY_TEST_SHARDS_OR_RUNS = 8 [(.failure_details.metadata) = { ...
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FailureDetails.RunCommand.CodeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<FailureDetails.RunCommand.Code>internalGetValueMap()static FailureDetails.RunCommand.CodevalueOf(int value)Deprecated.static FailureDetails.RunCommand.CodevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static FailureDetails.RunCommand.CodevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FailureDetails.RunCommand.Code[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
RUN_COMMAND_UNKNOWN
public static final FailureDetails.RunCommand.Code RUN_COMMAND_UNKNOWN
RUN_COMMAND_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
-
NO_TARGET_SPECIFIED
public static final FailureDetails.RunCommand.Code NO_TARGET_SPECIFIED
NO_TARGET_SPECIFIED = 1 [(.failure_details.metadata) = { ... }
-
TOO_MANY_TARGETS_SPECIFIED
public static final FailureDetails.RunCommand.Code TOO_MANY_TARGETS_SPECIFIED
TOO_MANY_TARGETS_SPECIFIED = 2 [(.failure_details.metadata) = { ... }
-
TARGET_NOT_EXECUTABLE
public static final FailureDetails.RunCommand.Code TARGET_NOT_EXECUTABLE
TARGET_NOT_EXECUTABLE = 3 [(.failure_details.metadata) = { ... }
-
TARGET_BUILT_BUT_PATH_NOT_EXECUTABLE
public static final FailureDetails.RunCommand.Code TARGET_BUILT_BUT_PATH_NOT_EXECUTABLE
TARGET_BUILT_BUT_PATH_NOT_EXECUTABLE = 4 [(.failure_details.metadata) = { ... }
-
TARGET_BUILT_BUT_PATH_VALIDATION_FAILED
public static final FailureDetails.RunCommand.Code TARGET_BUILT_BUT_PATH_VALIDATION_FAILED
TARGET_BUILT_BUT_PATH_VALIDATION_FAILED = 5 [(.failure_details.metadata) = { ... }
-
RUN_UNDER_TARGET_NOT_BUILT
public static final FailureDetails.RunCommand.Code RUN_UNDER_TARGET_NOT_BUILT
RUN_UNDER_TARGET_NOT_BUILT = 6 [(.failure_details.metadata) = { ... }
-
RUN_PREREQ_UNMET
public static final FailureDetails.RunCommand.Code RUN_PREREQ_UNMET
RUN_PREREQ_UNMET = 7 [(.failure_details.metadata) = { ... }
-
TOO_MANY_TEST_SHARDS_OR_RUNS
public static final FailureDetails.RunCommand.Code TOO_MANY_TEST_SHARDS_OR_RUNS
TOO_MANY_TEST_SHARDS_OR_RUNS = 8 [(.failure_details.metadata) = { ... }
-
TEST_ENVIRONMENT_SETUP_FAILURE
public static final FailureDetails.RunCommand.Code TEST_ENVIRONMENT_SETUP_FAILURE
TEST_ENVIRONMENT_SETUP_FAILURE = 9 [(.failure_details.metadata) = { ... }
-
COMMAND_LINE_EXPANSION_FAILURE
public static final FailureDetails.RunCommand.Code COMMAND_LINE_EXPANSION_FAILURE
COMMAND_LINE_EXPANSION_FAILURE = 10 [(.failure_details.metadata) = { ... }
-
NO_SHELL_SPECIFIED
public static final FailureDetails.RunCommand.Code NO_SHELL_SPECIFIED
NO_SHELL_SPECIFIED = 11 [(.failure_details.metadata) = { ... }
-
SCRIPT_WRITE_FAILURE
public static final FailureDetails.RunCommand.Code SCRIPT_WRITE_FAILURE
SCRIPT_WRITE_FAILURE = 12 [(.failure_details.metadata) = { ... }
-
RUNFILES_DIRECTORIES_CREATION_FAILURE
public static final FailureDetails.RunCommand.Code RUNFILES_DIRECTORIES_CREATION_FAILURE
RUNFILES_DIRECTORIES_CREATION_FAILURE = 13 [(.failure_details.metadata) = { ... }
-
RUNFILES_SYMLINKS_CREATION_FAILURE
public static final FailureDetails.RunCommand.Code RUNFILES_SYMLINKS_CREATION_FAILURE
RUNFILES_SYMLINKS_CREATION_FAILURE = 14 [(.failure_details.metadata) = { ... }
-
TEST_ENVIRONMENT_SETUP_INTERRUPTED
public static final FailureDetails.RunCommand.Code TEST_ENVIRONMENT_SETUP_INTERRUPTED
TEST_ENVIRONMENT_SETUP_INTERRUPTED = 15 [(.failure_details.metadata) = { ... }
-
UNRECOGNIZED
public static final FailureDetails.RunCommand.Code UNRECOGNIZED
-
-
Field Detail
-
RUN_COMMAND_UNKNOWN_VALUE
public static final int RUN_COMMAND_UNKNOWN_VALUE
RUN_COMMAND_UNKNOWN = 0 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
NO_TARGET_SPECIFIED_VALUE
public static final int NO_TARGET_SPECIFIED_VALUE
NO_TARGET_SPECIFIED = 1 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
TOO_MANY_TARGETS_SPECIFIED_VALUE
public static final int TOO_MANY_TARGETS_SPECIFIED_VALUE
TOO_MANY_TARGETS_SPECIFIED = 2 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
TARGET_NOT_EXECUTABLE_VALUE
public static final int TARGET_NOT_EXECUTABLE_VALUE
TARGET_NOT_EXECUTABLE = 3 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
TARGET_BUILT_BUT_PATH_NOT_EXECUTABLE_VALUE
public static final int TARGET_BUILT_BUT_PATH_NOT_EXECUTABLE_VALUE
TARGET_BUILT_BUT_PATH_NOT_EXECUTABLE = 4 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
TARGET_BUILT_BUT_PATH_VALIDATION_FAILED_VALUE
public static final int TARGET_BUILT_BUT_PATH_VALIDATION_FAILED_VALUE
TARGET_BUILT_BUT_PATH_VALIDATION_FAILED = 5 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
RUN_UNDER_TARGET_NOT_BUILT_VALUE
public static final int RUN_UNDER_TARGET_NOT_BUILT_VALUE
RUN_UNDER_TARGET_NOT_BUILT = 6 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
RUN_PREREQ_UNMET_VALUE
public static final int RUN_PREREQ_UNMET_VALUE
RUN_PREREQ_UNMET = 7 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
TOO_MANY_TEST_SHARDS_OR_RUNS_VALUE
public static final int TOO_MANY_TEST_SHARDS_OR_RUNS_VALUE
TOO_MANY_TEST_SHARDS_OR_RUNS = 8 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
TEST_ENVIRONMENT_SETUP_FAILURE_VALUE
public static final int TEST_ENVIRONMENT_SETUP_FAILURE_VALUE
TEST_ENVIRONMENT_SETUP_FAILURE = 9 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
COMMAND_LINE_EXPANSION_FAILURE_VALUE
public static final int COMMAND_LINE_EXPANSION_FAILURE_VALUE
COMMAND_LINE_EXPANSION_FAILURE = 10 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
NO_SHELL_SPECIFIED_VALUE
public static final int NO_SHELL_SPECIFIED_VALUE
NO_SHELL_SPECIFIED = 11 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
SCRIPT_WRITE_FAILURE_VALUE
public static final int SCRIPT_WRITE_FAILURE_VALUE
SCRIPT_WRITE_FAILURE = 12 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
RUNFILES_DIRECTORIES_CREATION_FAILURE_VALUE
public static final int RUNFILES_DIRECTORIES_CREATION_FAILURE_VALUE
RUNFILES_DIRECTORIES_CREATION_FAILURE = 13 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
RUNFILES_SYMLINKS_CREATION_FAILURE_VALUE
public static final int RUNFILES_SYMLINKS_CREATION_FAILURE_VALUE
RUNFILES_SYMLINKS_CREATION_FAILURE = 14 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
TEST_ENVIRONMENT_SETUP_INTERRUPTED_VALUE
public static final int TEST_ENVIRONMENT_SETUP_INTERRUPTED_VALUE
TEST_ENVIRONMENT_SETUP_INTERRUPTED = 15 [(.failure_details.metadata) = { ... }- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static FailureDetails.RunCommand.Code[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (FailureDetails.RunCommand.Code c : FailureDetails.RunCommand.Code.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static FailureDetails.RunCommand.Code valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static FailureDetails.RunCommand.Code valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static FailureDetails.RunCommand.Code forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<FailureDetails.RunCommand.Code> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static FailureDetails.RunCommand.Code valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-