org.jvnet.hudson.update_center
Class PluginHistory

java.lang.Object
  extended by org.jvnet.hudson.update_center.PluginHistory

public final class PluginHistory
extends java.lang.Object

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

artifactId

public final java.lang.String artifactId
ArtifactID equals short name.


artifacts

public final java.util.TreeMap<VersionNumber,HPI> artifacts
All discovered versions, by the numbers.

Constructor Detail

PluginHistory

public PluginHistory(java.lang.String shortName)
Method Detail

latest

public HPI latest()


Copyright © 2010. All Rights Reserved.