Enum Class 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,Serializable,Comparable<FailureDetails.RunCommand.Code>,Constable
- Enclosing class:
- FailureDetails.RunCommand
public static enum FailureDetails.RunCommand.Code
extends Enum<FailureDetails.RunCommand.Code>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
failure_details.RunCommand.Code-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCOMMAND_LINE_EXPANSION_FAILURE = 10 [(.failure_details.metadata) = { ...NO_SHELL_SPECIFIED = 11 [(.failure_details.metadata) = { ...NO_TARGET_SPECIFIED = 1 [(.failure_details.metadata) = { ...RUN_COMMAND_UNKNOWN = 0 [(.failure_details.metadata) = { ...RUN_PREREQ_UNMET = 7 [(.failure_details.metadata) = { ...RUN_UNDER_TARGET_NOT_BUILT = 6 [(.failure_details.metadata) = { ...RUNFILES_DIRECTORIES_CREATION_FAILURE = 13 [(.failure_details.metadata) = { ...RUNFILES_SYMLINKS_CREATION_FAILURE = 14 [(.failure_details.metadata) = { ...SCRIPT_WRITE_FAILURE = 12 [(.failure_details.metadata) = { ...TARGET_BUILT_BUT_PATH_NOT_EXECUTABLE = 4 [(.failure_details.metadata) = { ...TARGET_BUILT_BUT_PATH_VALIDATION_FAILED = 5 [(.failure_details.metadata) = { ...TARGET_NOT_EXECUTABLE = 3 [(.failure_details.metadata) = { ...TEST_ENVIRONMENT_SETUP_FAILURE = 9 [(.failure_details.metadata) = { ...TEST_ENVIRONMENT_SETUP_INTERRUPTED = 15 [(.failure_details.metadata) = { ...TOO_MANY_TARGETS_SPECIFIED = 2 [(.failure_details.metadata) = { ...TOO_MANY_TEST_SHARDS_OR_RUNS = 8 [(.failure_details.metadata) = { ... -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCOMMAND_LINE_EXPANSION_FAILURE = 10 [(.failure_details.metadata) = { ...static final intNO_SHELL_SPECIFIED = 11 [(.failure_details.metadata) = { ...static final intNO_TARGET_SPECIFIED = 1 [(.failure_details.metadata) = { ...static final intRUN_COMMAND_UNKNOWN = 0 [(.failure_details.metadata) = { ...static final intRUN_PREREQ_UNMET = 7 [(.failure_details.metadata) = { ...static final intRUN_UNDER_TARGET_NOT_BUILT = 6 [(.failure_details.metadata) = { ...static final intRUNFILES_DIRECTORIES_CREATION_FAILURE = 13 [(.failure_details.metadata) = { ...static final intRUNFILES_SYMLINKS_CREATION_FAILURE = 14 [(.failure_details.metadata) = { ...static final intSCRIPT_WRITE_FAILURE = 12 [(.failure_details.metadata) = { ...static final intTARGET_BUILT_BUT_PATH_NOT_EXECUTABLE = 4 [(.failure_details.metadata) = { ...static final intTARGET_BUILT_BUT_PATH_VALIDATION_FAILED = 5 [(.failure_details.metadata) = { ...static final intTARGET_NOT_EXECUTABLE = 3 [(.failure_details.metadata) = { ...static final intTEST_ENVIRONMENT_SETUP_FAILURE = 9 [(.failure_details.metadata) = { ...static final intTEST_ENVIRONMENT_SETUP_INTERRUPTED = 15 [(.failure_details.metadata) = { ...static final intTOO_MANY_TARGETS_SPECIFIED = 2 [(.failure_details.metadata) = { ...static final intTOO_MANY_TEST_SHARDS_OR_RUNS = 8 [(.failure_details.metadata) = { ... -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<FailureDetails.RunCommand.Code>valueOf(int value) Deprecated.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.RunCommand.Code[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RUN_COMMAND_UNKNOWN
RUN_COMMAND_UNKNOWN = 0 [(.failure_details.metadata) = { ... } -
NO_TARGET_SPECIFIED
NO_TARGET_SPECIFIED = 1 [(.failure_details.metadata) = { ... } -
TOO_MANY_TARGETS_SPECIFIED
TOO_MANY_TARGETS_SPECIFIED = 2 [(.failure_details.metadata) = { ... } -
TARGET_NOT_EXECUTABLE
TARGET_NOT_EXECUTABLE = 3 [(.failure_details.metadata) = { ... } -
TARGET_BUILT_BUT_PATH_NOT_EXECUTABLE
TARGET_BUILT_BUT_PATH_NOT_EXECUTABLE = 4 [(.failure_details.metadata) = { ... } -
TARGET_BUILT_BUT_PATH_VALIDATION_FAILED
TARGET_BUILT_BUT_PATH_VALIDATION_FAILED = 5 [(.failure_details.metadata) = { ... } -
RUN_UNDER_TARGET_NOT_BUILT
RUN_UNDER_TARGET_NOT_BUILT = 6 [(.failure_details.metadata) = { ... } -
RUN_PREREQ_UNMET
RUN_PREREQ_UNMET = 7 [(.failure_details.metadata) = { ... } -
TOO_MANY_TEST_SHARDS_OR_RUNS
TOO_MANY_TEST_SHARDS_OR_RUNS = 8 [(.failure_details.metadata) = { ... } -
TEST_ENVIRONMENT_SETUP_FAILURE
TEST_ENVIRONMENT_SETUP_FAILURE = 9 [(.failure_details.metadata) = { ... } -
COMMAND_LINE_EXPANSION_FAILURE
COMMAND_LINE_EXPANSION_FAILURE = 10 [(.failure_details.metadata) = { ... } -
NO_SHELL_SPECIFIED
NO_SHELL_SPECIFIED = 11 [(.failure_details.metadata) = { ... } -
SCRIPT_WRITE_FAILURE
SCRIPT_WRITE_FAILURE = 12 [(.failure_details.metadata) = { ... } -
RUNFILES_DIRECTORIES_CREATION_FAILURE
RUNFILES_DIRECTORIES_CREATION_FAILURE = 13 [(.failure_details.metadata) = { ... } -
RUNFILES_SYMLINKS_CREATION_FAILURE
RUNFILES_SYMLINKS_CREATION_FAILURE = 14 [(.failure_details.metadata) = { ... } -
TEST_ENVIRONMENT_SETUP_INTERRUPTED
TEST_ENVIRONMENT_SETUP_INTERRUPTED = 15 [(.failure_details.metadata) = { ... } -
UNRECOGNIZED
-
-
Field Details
-
RUN_COMMAND_UNKNOWN_VALUE
public static final int RUN_COMMAND_UNKNOWN_VALUERUN_COMMAND_UNKNOWN = 0 [(.failure_details.metadata) = { ... }- See Also:
-
NO_TARGET_SPECIFIED_VALUE
public static final int NO_TARGET_SPECIFIED_VALUENO_TARGET_SPECIFIED = 1 [(.failure_details.metadata) = { ... }- See Also:
-
TOO_MANY_TARGETS_SPECIFIED_VALUE
public static final int TOO_MANY_TARGETS_SPECIFIED_VALUETOO_MANY_TARGETS_SPECIFIED = 2 [(.failure_details.metadata) = { ... }- See Also:
-
TARGET_NOT_EXECUTABLE_VALUE
public static final int TARGET_NOT_EXECUTABLE_VALUETARGET_NOT_EXECUTABLE = 3 [(.failure_details.metadata) = { ... }- See Also:
-
TARGET_BUILT_BUT_PATH_NOT_EXECUTABLE_VALUE
public static final int TARGET_BUILT_BUT_PATH_NOT_EXECUTABLE_VALUETARGET_BUILT_BUT_PATH_NOT_EXECUTABLE = 4 [(.failure_details.metadata) = { ... }- See Also:
-
TARGET_BUILT_BUT_PATH_VALIDATION_FAILED_VALUE
public static final int TARGET_BUILT_BUT_PATH_VALIDATION_FAILED_VALUETARGET_BUILT_BUT_PATH_VALIDATION_FAILED = 5 [(.failure_details.metadata) = { ... }- See Also:
-
RUN_UNDER_TARGET_NOT_BUILT_VALUE
public static final int RUN_UNDER_TARGET_NOT_BUILT_VALUERUN_UNDER_TARGET_NOT_BUILT = 6 [(.failure_details.metadata) = { ... }- See Also:
-
RUN_PREREQ_UNMET_VALUE
public static final int RUN_PREREQ_UNMET_VALUERUN_PREREQ_UNMET = 7 [(.failure_details.metadata) = { ... }- See Also:
-
TOO_MANY_TEST_SHARDS_OR_RUNS_VALUE
public static final int TOO_MANY_TEST_SHARDS_OR_RUNS_VALUETOO_MANY_TEST_SHARDS_OR_RUNS = 8 [(.failure_details.metadata) = { ... }- See Also:
-
TEST_ENVIRONMENT_SETUP_FAILURE_VALUE
public static final int TEST_ENVIRONMENT_SETUP_FAILURE_VALUETEST_ENVIRONMENT_SETUP_FAILURE = 9 [(.failure_details.metadata) = { ... }- See Also:
-
COMMAND_LINE_EXPANSION_FAILURE_VALUE
public static final int COMMAND_LINE_EXPANSION_FAILURE_VALUECOMMAND_LINE_EXPANSION_FAILURE = 10 [(.failure_details.metadata) = { ... }- See Also:
-
NO_SHELL_SPECIFIED_VALUE
public static final int NO_SHELL_SPECIFIED_VALUENO_SHELL_SPECIFIED = 11 [(.failure_details.metadata) = { ... }- See Also:
-
SCRIPT_WRITE_FAILURE_VALUE
public static final int SCRIPT_WRITE_FAILURE_VALUESCRIPT_WRITE_FAILURE = 12 [(.failure_details.metadata) = { ... }- See Also:
-
RUNFILES_DIRECTORIES_CREATION_FAILURE_VALUE
public static final int RUNFILES_DIRECTORIES_CREATION_FAILURE_VALUERUNFILES_DIRECTORIES_CREATION_FAILURE = 13 [(.failure_details.metadata) = { ... }- See Also:
-
RUNFILES_SYMLINKS_CREATION_FAILURE_VALUE
public static final int RUNFILES_SYMLINKS_CREATION_FAILURE_VALUERUNFILES_SYMLINKS_CREATION_FAILURE = 14 [(.failure_details.metadata) = { ... }- See Also:
-
TEST_ENVIRONMENT_SETUP_INTERRUPTED_VALUE
public static final int TEST_ENVIRONMENT_SETUP_INTERRUPTED_VALUETEST_ENVIRONMENT_SETUP_INTERRUPTED = 15 [(.failure_details.metadata) = { ... }- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- 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.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- 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 class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-