Class 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 Detail

      • 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 Detail

      • MvnPluginApplication_1_0

        public MvnPluginApplication_1_0​(long pluginId,
                                        long projectId)