|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvnet.hudson.update_center.PluginHistory
public final class PluginHistory
Information about Hudson plugin and its release history, discovered from Maven repository.
| Field Summary | |
|---|---|
java.lang.String |
artifactId
ArtifactID equals short name. |
java.util.TreeMap<VersionNumber,HPI> |
artifacts
All discovered versions, by the numbers. |
| Constructor Summary | |
|---|---|
PluginHistory(java.lang.String shortName)
|
|
| Method Summary | |
|---|---|
HPI |
latest()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String artifactId
public final java.util.TreeMap<VersionNumber,HPI> artifacts
| Constructor Detail |
|---|
public PluginHistory(java.lang.String shortName)
| Method Detail |
|---|
public HPI latest()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||