Class MvnUserLink_1_0

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

    @MavenVersion(since="3.3.1")
    @MavenExtensionVersion(since="1.0")
    public class MvnUserLink_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 MvnUserLink_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

      • MvnUserLink_1_0

        public MvnUserLink_1_0​(String label,
                               String url)