public final class PluginHistory extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
artifactId
ArtifactID equals short name.
|
TreeMap<hudson.util.VersionNumber,HPI> |
artifacts
All discovered versions, by the version numbers, newer versions first.
|
| Constructor and Description |
|---|
PluginHistory(String shortName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addArtifact(HPI hpi)
Adding a plugin carefully.
|
Map.Entry<hudson.util.VersionNumber,HPI> |
findYoungestJenkinsArtifact()
Returns the youngest version of the artifact that's authentic Jenkins artifact.
|
HPI |
first() |
HPI |
latest() |
public final String artifactId
public PluginHistory(String shortName)
Copyright © 2004-2018. All Rights Reserved.