Package com.gradle.scan.eventmodel.maven
Class MvnPlugin_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnPlugin_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.0")
public class MvnPlugin_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
containing details about a plugin applied to the build.
An event stream will contain zero or more MvnPlugin_1_0
.
-
Field Summary
Modifier and TypeFieldDescriptionfinal String
The artifact ID of this plugin.final @Nullable String
The prefix declared by this plugin, that can be used instead of its coordinates.final String
The group ID of this plugin.final long
The generated, unique ID of this plugin.final @Nullable String
The name of this plugin.final @Nullable String
The required minimum Maven version for this plugin.final String
The version of this plugin. -
Constructor Summary
-
Method Summary
-
Field Details
-
id
public final long idThe generated, unique ID of this plugin. -
name
The name of this plugin.May be null.
-
groupId
The group ID of this plugin. -
artifactId
The artifact ID of this plugin. -
version
The version of this plugin. -
goalPrefix
The prefix declared by this plugin, that can be used instead of its coordinates.May be null.
-
requiredMavenVersion
The required minimum Maven version for this plugin.May be null.
-
-
Constructor Details
-
MvnPlugin_1_0
-
-
Method Details