Enum MissReason_1_0

java.lang.Object
java.lang.Enum<MissReason_1_0>
com.gradle.scan.eventmodel.bazel.metrics.MissReason_1_0
All Implemented Interfaces:
Serializable, Comparable<MissReason_1_0>, Constable

public enum MissReason_1_0 extends Enum<MissReason_1_0>
Reasons for not finding an action in the cache.
  • Enum Constant Details

    • DIFFERENT_ACTION_KEY

      public static final MissReason_1_0 DIFFERENT_ACTION_KEY
    • DIFFERENT_DEPS

      public static final MissReason_1_0 DIFFERENT_DEPS
    • DIFFERENT_ENVIRONMENT

      public static final MissReason_1_0 DIFFERENT_ENVIRONMENT
    • DIFFERENT_FILES

      public static final MissReason_1_0 DIFFERENT_FILES
    • CORRUPTED_CACHE_ENTRY

      public static final MissReason_1_0 CORRUPTED_CACHE_ENTRY
    • NOT_CACHED

      public static final MissReason_1_0 NOT_CACHED
    • UNCONDITIONAL_EXECUTION

      public static final MissReason_1_0 UNCONDITIONAL_EXECUTION
  • Method Details

    • values

      public static MissReason_1_0[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static MissReason_1_0 valueOf(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:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null