Class MvnUserNamedValue_1_0

java.lang.Object
com.gradle.scan.eventmodel.maven.MvnUserNamedValue_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="1.0") public class MvnUserNamedValue_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData that is published when a custom named value has been applied to the build.

Zero or more MvnUserNamedValue_1_0 events may be published.

  • Field Details

    • key

      public final String key
      The key of the named value.
    • value

      @Nullable public final @Nullable String value
      The value of the named value.

      Can be null.

  • Constructor Details

    • MvnUserNamedValue_1_0

      public MvnUserNamedValue_1_0(String key, @Nullable @Nullable String value)
  • Method Details