Package hudson.maven
Class PluginName
java.lang.Object
hudson.maven.PluginName
Identifier of a specific version of a Maven plugin
that consists of groupId, artifactId, and version.
- Author:
- Kohsuke Kawaguchi
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPluginName
(String groupId, String artifactId, String version) PluginName
(org.apache.maven.plugin.descriptor.PluginDescriptor pd) -
Method Summary
-
Field Details
-
groupId
-
artifactId
-
version
-
-
Constructor Details
-
PluginName
-
PluginName
public PluginName(org.apache.maven.plugin.descriptor.PluginDescriptor pd)
-
-
Method Details