Class UserLink_1_0

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

    @GradleVersion(since="2.0")
    @PluginVersion(since="1.1")
    public class UserLink_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    An EventData that is published when a custom link has been applied to the build.

    Zero or more UserLink_1_0 events may be published.

    • Field Detail

      • label

        public final String label
        The label of the link.
      • url

        public final String url
        The url of the link.
    • Constructor Detail

      • UserLink_1_0

        public UserLink_1_0​(String label,
                            String url)