public class PluginSpec
extends Object
Reference to a plugin, optionally with the version.
The string syntax of this is shortName[@version].
-
Constructor Summary
Constructors
-
Method Summary
boolean
hudson.util.VersionNumber
int
-
Constructor Details
-
-
PluginSpec
public PluginSpec(@NonNull
String coordinates)
-
Method Details
-
getName
@NonNull
public String getName()
-
getVersion
@CheckForNull
public String getVersion()
-
getVersionNumber
@CheckForNull
public hudson.util.VersionNumber getVersionNumber()
-
-
-