Class MvnPluginApplication_1_0

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

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="1.0") public class MvnPluginApplication_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData representing the application of a plugin to a project.

An event stream will contain zero or more MvnPluginApplication_1_0.

  • Field Details

    • pluginId

      public final long pluginId
      The MvnPlugin_1_0.id of the plugin being applied.
    • projectId

      public final long projectId
      The MvnProject_1_0.id of the project the plugin is applied to.
  • Constructor Details

    • MvnPluginApplication_1_0

      public MvnPluginApplication_1_0(long pluginId, long projectId)
  • Method Details