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
FieldsModifier and TypeFieldDescriptionfinal StringThe artifact ID of this plugin.final @Nullable StringThe prefix declared by this plugin, that can be used instead of its coordinates.final StringThe group ID of this plugin.final longThe generated, unique ID of this plugin.final @Nullable StringThe name of this plugin.final @Nullable StringThe required minimum Maven version for this plugin.final StringThe version of this plugin. -
Constructor Summary
Constructors -
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