Class NpmUserLink_1_0

java.lang.Object
com.gradle.scan.eventmodel.npm.NpmUserLink_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@NpmVersion(since="10.8.2") @NpmAgentVersion(since="0.9.0") public class NpmUserLink_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 NpmUserLink_1_0 events may be published.

  • Field Details

    • label

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

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

    • NpmUserLink_1_0

      public NpmUserLink_1_0(String label, String url)
  • Method Details