Package com.gradle.scan.eventmodel.maven
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 Summary
Modifier and TypeFieldDescriptionfinal long
TheMvnPlugin_1_0.id
of the plugin being applied.final long
TheMvnProject_1_0.id
of the project the plugin is applied to. -
Constructor Summary
-
Method Summary
-
Field Details
-
pluginId
public final long pluginIdTheMvnPlugin_1_0.id
of the plugin being applied. -
projectId
public final long projectIdTheMvnProject_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