Class Attribute_1_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.dependencies.Attribute_1_0

@PluginVersion(since="2.4") @GradleVersion(since="5.6") public class Attribute_1_0 extends Object
A dependency attribute.
  • Field Details

    • name

      public final String name
      The name of the attribute.

      This corresponds to org.gradle.api.attributes.Attribute.getName().

    • value

      public final String value
      The value of the attribute.

      This is a string form of the attribute value. Cannot be null.

  • Constructor Details

    • Attribute_1_0

      public Attribute_1_0(String name, String value)
  • Method Details