Enum MvnBuildCacheArtifactRejectedReason_1_0

java.lang.Object
java.lang.Enum<MvnBuildCacheArtifactRejectedReason_1_0>
com.gradle.scan.eventmodel.maven.MvnBuildCacheArtifactRejectedReason_1_0
All Implemented Interfaces:
Serializable, Comparable<MvnBuildCacheArtifactRejectedReason_1_0>, Constable

@MavenExtensionVersion(since="1.18") public enum MvnBuildCacheArtifactRejectedReason_1_0 extends Enum<MvnBuildCacheArtifactRejectedReason_1_0>
The reason for the cache artifact not being stored by the remote build cache.
  • Enum Constant Details

  • Method Details

    • values

      public static MvnBuildCacheArtifactRejectedReason_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 MvnBuildCacheArtifactRejectedReason_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