org.jvnet.hudson.update_center
Class PluginHistory

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

public final class PluginHistory
extends Object

Information about Hudson plugin and its release history, discovered from Maven repository.


Field Summary
 String artifactId
          ArtifactID equals short name.
 TreeMap<VersionNumber,HPI> artifacts
          All discovered versions, by the numbers.
 
Constructor Summary
PluginHistory(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 String artifactId
ArtifactID equals short name.


artifacts

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

Constructor Detail

PluginHistory

public PluginHistory(String shortName)
Method Detail

latest

public HPI latest()


Copyright © 2004-2011. All Rights Reserved.