| Modifier and Type | Field and Description |
|---|---|
HPI |
Plugin.latest
Latest version of this plugin.
|
HPI |
Plugin.previous
Previous version of this plugin.
|
| Modifier and Type | Field and Description |
|---|---|
TreeMap<hudson.util.VersionNumber,HPI> |
PluginHistory.artifacts
All discovered versions, by the version numbers, newer versions first.
|
| Modifier and Type | Method and Description |
|---|---|
protected HPI |
MavenRepositoryImpl.createHpiArtifact(org.sonatype.nexus.index.ArtifactInfo a,
PluginHistory p) |
HPI |
MavenRepository.findPlugin(String groupId,
String artifactId,
String version)
find the HPI for the specified plugin
|
HPI |
PluginHistory.first() |
HPI |
PluginHistory.latest() |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<hudson.util.VersionNumber,HPI> |
PluginHistory.findYoungestJenkinsArtifact()
Returns the youngest version of the artifact that's authentic Jenkins artifact.
|
Map<Date,Map<String,HPI>> |
MavenRepository.listHudsonPluginsByReleaseDate()
Discover all plugins from this Maven repository in order released, not using PluginHistory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginHistory.addArtifact(HPI hpi)
Adding a plugin carefully.
|
protected void |
Main.createLatestSymlink(PluginHistory hpi,
HPI latest)
Generates symlink to the latest version.
|
| Constructor and Description |
|---|
Plugin(HPI hpi) |
Plugin(String artifactId,
HPI latest,
HPI previous) |
Copyright © 2004-2018. All Rights Reserved.