Class UserNamedValue_1_0

  • All Implemented Interfaces:
    com.gradle.scan.eventmodel.EventData

    @GradleVersion(since="2.0")
    @PluginVersion(since="1.1")
    public class UserNamedValue_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 UserNamedValue_1_0 events may be published.

    • Field Detail

      • key

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

        @Nullable
        public final @Nullable String value
        The value of the named value.
    • Constructor Detail

      • UserNamedValue_1_0

        public UserNamedValue_1_0​(String key,
                                  @Nullable
                                  @Nullable String value)