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
  • Enum Constant Details

    • 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) = { ... }
    • 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 Details

    • RUN_COMMAND_UNKNOWN_VALUE

      public static final int RUN_COMMAND_UNKNOWN_VALUE
      RUN_COMMAND_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
      See Also:
    • NO_TARGET_SPECIFIED_VALUE

      public static final int NO_TARGET_SPECIFIED_VALUE
      NO_TARGET_SPECIFIED = 1 [(.failure_details.metadata) = { ... }
      See Also:
    • TOO_MANY_TARGETS_SPECIFIED_VALUE

      public static final int TOO_MANY_TARGETS_SPECIFIED_VALUE
      TOO_MANY_TARGETS_SPECIFIED = 2 [(.failure_details.metadata) = { ... }
      See Also:
    • TARGET_NOT_EXECUTABLE_VALUE

      public static final int TARGET_NOT_EXECUTABLE_VALUE
      TARGET_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_VALUE
      TARGET_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_VALUE
      TARGET_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_VALUE
      RUN_UNDER_TARGET_NOT_BUILT = 6 [(.failure_details.metadata) = { ... }
      See Also:
    • RUN_PREREQ_UNMET_VALUE

      public static final int RUN_PREREQ_UNMET_VALUE
      RUN_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_VALUE
      TOO_MANY_TEST_SHARDS_OR_RUNS = 8 [(.failure_details.metadata) = { ... }
      See Also:
    • TEST_ENVIRONMENT_SETUP_FAILURE_VALUE

      public static final int TEST_ENVIRONMENT_SETUP_FAILURE_VALUE
      TEST_ENVIRONMENT_SETUP_FAILURE = 9 [(.failure_details.metadata) = { ... }
      See Also:
    • COMMAND_LINE_EXPANSION_FAILURE_VALUE

      public static final int COMMAND_LINE_EXPANSION_FAILURE_VALUE
      COMMAND_LINE_EXPANSION_FAILURE = 10 [(.failure_details.metadata) = { ... }
      See Also:
    • NO_SHELL_SPECIFIED_VALUE

      public static final int NO_SHELL_SPECIFIED_VALUE
      NO_SHELL_SPECIFIED = 11 [(.failure_details.metadata) = { ... }
      See Also:
    • SCRIPT_WRITE_FAILURE_VALUE

      public static final int SCRIPT_WRITE_FAILURE_VALUE
      SCRIPT_WRITE_FAILURE = 12 [(.failure_details.metadata) = { ... }
      See Also:
    • RUNFILES_DIRECTORIES_CREATION_FAILURE_VALUE

      public static final int RUNFILES_DIRECTORIES_CREATION_FAILURE_VALUE
      RUNFILES_DIRECTORIES_CREATION_FAILURE = 13 [(.failure_details.metadata) = { ... }
      See Also:
    • TEST_ENVIRONMENT_SETUP_INTERRUPTED_VALUE

      public static final int TEST_ENVIRONMENT_SETUP_INTERRUPTED_VALUE
      TEST_ENVIRONMENT_SETUP_INTERRUPTED = 15 [(.failure_details.metadata) = { ... }
      See Also:
  • Method Details

    • values

      public static FailureDetails.RunCommand.Code[] 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

      public static FailureDetails.RunCommand.Code valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static FailureDetails.RunCommand.Code valueOf(int value)
      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 name
      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:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.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 name
      NullPointerException - if the argument is null