org.jvnet.hudson.update_center
Class PluginHistory
java.lang.Object
org.jvnet.hudson.update_center.PluginHistory
public final class PluginHistory
- extends Object
Information about Hudson plugin and its release history, discovered from Maven repository.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
artifactId
public final String artifactId
- ArtifactID equals short name.
artifacts
public final TreeMap<VersionNumber,HPI> artifacts
- All discovered versions, by the numbers.
PluginHistory
public PluginHistory(String shortName)
latest
public HPI latest()
Copyright © 2004-2011. All Rights Reserved.