A B C D E F G H I L M N O P R S T V W

A

add(MavenArtifact) - Method in class org.jvnet.hudson.update_center.IndexHtmlBuilder
 
add(String, String) - Method in class org.jvnet.hudson.update_center.IndexHtmlBuilder
 
addArtifact(HPI) - Method in class org.jvnet.hudson.update_center.PluginHistory
Adding a plugin carefully.
addRemoteRepository(String, File, URL) - Method in class org.jvnet.hudson.update_center.MavenRepositoryImpl
 
addRemoteRepository(String, URL) - Method in class org.jvnet.hudson.update_center.MavenRepositoryImpl
 
addRemoteRepository(String, URL, URL) - Method in class org.jvnet.hudson.update_center.MavenRepositoryImpl
 
af - Variable in class org.jvnet.hudson.update_center.MavenRepositoryImpl
 
ar - Variable in class org.jvnet.hudson.update_center.MavenRepositoryImpl
 
arf - Variable in class org.jvnet.hudson.update_center.MavenRepositoryImpl
 
artifact - Variable in class org.jvnet.hudson.update_center.MavenArtifact
 
artifactId - Variable in class org.jvnet.hudson.update_center.Plugin
Plugin artifact ID.
artifactId - Variable in class org.jvnet.hudson.update_center.PluginHistory
ArtifactID equals short name.
artifacts - Variable in class org.jvnet.hudson.update_center.PluginHistory
All discovered versions, by the version numbers, newer versions first.

B

buildCore(MavenRepository, PrintWriter) - Method in class org.jvnet.hudson.update_center.Main
Identify the latest core, populates the htaccess redirect file, optionally download the core wars and build the index.html
buildFullReleaseHistory(MavenRepository) - Method in class org.jvnet.hudson.update_center.Main
Build JSON for the release history list.
buildPlugins(MavenRepository, PrintWriter) - Method in class org.jvnet.hudson.update_center.Main
Build JSON for the plugin list.
buildReleaseHistory(MavenRepository) - Method in class org.jvnet.hudson.update_center.Main
 

C

canonical - Variable in class org.jvnet.hudson.update_center.Main
 
cap - Variable in class org.jvnet.hudson.update_center.Main
 
certificates - Variable in class org.jvnet.hudson.update_center.Main
 
close() - Method in class org.jvnet.hudson.update_center.IndexHtmlBuilder
 
compareTo(VersionNumber) - Method in class org.jvnet.hudson.update_center.VersionNumber
 
ConfluencePluginList - Class in org.jvnet.hudson.update_center
List of plugins from confluence.
ConfluencePluginList() - Constructor for class org.jvnet.hudson.update_center.ConfluencePluginList
 
connectionCheckUrl - Variable in class org.jvnet.hudson.update_center.Main
 
createHpiArtifact(ArtifactInfo, PluginHistory) - Method in class org.jvnet.hudson.update_center.MavenRepositoryImpl
 
createHudsonWarArtifact(ArtifactInfo) - Method in class org.jvnet.hudson.update_center.MavenRepositoryImpl
 
createLatestSymlink(PluginHistory, HPI) - Method in class org.jvnet.hudson.update_center.Main
Generates symlink to the latest version.
createRepository() - Method in class org.jvnet.hudson.update_center.Main
 
createStandardInstance(Integer) - Static method in class org.jvnet.hudson.update_center.DefaultMavenRepositoryBuilder
 
createStandardInstance() - Static method in class org.jvnet.hudson.update_center.DefaultMavenRepositoryBuilder
 
CUT_OFF - Static variable in class org.jvnet.hudson.update_center.MavenRepositoryImpl
Hudson -> Jenkins cut-over version.

D

DefaultArtifactTransformationManager - Class in org.jvnet.hudson.update_center
Patched to avoid the problem in the initialize method.
DefaultArtifactTransformationManager() - Constructor for class org.jvnet.hudson.update_center.DefaultArtifactTransformationManager
 
DefaultMavenRepositoryBuilder - Class in org.jvnet.hudson.update_center
 
DefaultMavenRepositoryBuilder() - Constructor for class org.jvnet.hudson.update_center.DefaultMavenRepositoryBuilder
 
DESCENDING - Static variable in class org.jvnet.hudson.update_center.VersionNumber
 
developerId - Variable in class org.jvnet.hudson.update_center.HPI.Developer
 
digit(int) - Method in class org.jvnet.hudson.update_center.VersionNumber
 
download - Variable in class org.jvnet.hudson.update_center.Main
This option builds the directory image for the download server.

E

email - Variable in class org.jvnet.hudson.update_center.HPI.Developer
 
EOL - Static variable in class org.jvnet.hudson.update_center.Main
 
equals(Object) - Method in class org.jvnet.hudson.update_center.VersionNumber
 

F

findNearest(String) - Method in class org.jvnet.hudson.update_center.ConfluencePluginList
Finds the closest match, if any.
findPlugin(String, String, String) - Method in class org.jvnet.hudson.update_center.MavenRepository
find the HPI for the specified plugin
findYoungestJenkinsArtifact() - Method in class org.jvnet.hudson.update_center.PluginHistory
Returns the youngest version of the artifact that's authentic Jenkins artifact.

G

getArtifactTransformations() - Method in class org.jvnet.hudson.update_center.DefaultArtifactTransformationManager
 
getBuiltBy() - Method in class org.jvnet.hudson.update_center.HPI
Who built this release?
getCertificateChain() - Method in class org.jvnet.hudson.update_center.Main
Loads a certificate chain and makes sure it's valid.
getCompatibleSinceVersion() - Method in class org.jvnet.hudson.update_center.HPI
 
getCoreArtifact() - Method in class org.jvnet.hudson.update_center.HudsonWar
Returns the Maven artifact representing the correpsonding core jar file.
getDateFormat() - Static method in class org.jvnet.hudson.update_center.MavenArtifact
 
getDependencies() - Method in class org.jvnet.hudson.update_center.HPI
 
getDevelopers() - Method in class org.jvnet.hudson.update_center.HPI
 
getDigest() - Method in class org.jvnet.hudson.update_center.MavenArtifact
Computes the SHA1 signature of the file.
getDisplayName() - Method in class org.jvnet.hudson.update_center.HPI
 
getExcerptInHTML() - Method in class org.jvnet.hudson.update_center.Plugin
Obtains the excerpt of this wiki page in HTML.
getFileName() - Method in class org.jvnet.hudson.update_center.HudsonWar
 
getGavId() - Method in class org.jvnet.hudson.update_center.MavenArtifact
 
getHudsonWar() - Method in class org.jvnet.hudson.update_center.MavenRepository
Discover all hudson.war versions.
getHudsonWar() - Method in class org.jvnet.hudson.update_center.MavenRepositoryImpl
 
getHudsonWar() - Method in class org.jvnet.hudson.update_center.VersionCappedMavenRepository
 
getInstance() - Method in class org.jvnet.hudson.update_center.DefaultMavenRepositoryBuilder
 
getLabels(RemotePage) - Method in class org.jvnet.hudson.update_center.ConfluencePluginList
 
getLabels() - Method in class org.jvnet.hudson.update_center.Plugin
 
getManifest() - Method in class org.jvnet.hudson.update_center.MavenArtifact
 
getManifestAttributes() - Method in class org.jvnet.hudson.update_center.MavenArtifact
 
getPage(String) - Method in class org.jvnet.hudson.update_center.ConfluencePluginList
 
getPlexus() - Method in class org.jvnet.hudson.update_center.MavenRepositoryImpl
Plexus container that's hosting the Maven components.
getRequiredHudsonVersion() - Method in class org.jvnet.hudson.update_center.HPI
Deprecated. Most probably you should be using HPI.getRequiredJenkinsVersion()
getRequiredJenkinsVersion() - Method in class org.jvnet.hudson.update_center.HPI
 
getSandboxStatus() - Method in class org.jvnet.hudson.update_center.HPI
 
getScmHost() - Method in class org.jvnet.hudson.update_center.Plugin
Get hostname of SCM specified in POM of latest release, or null.
getTimestamp() - Method in class org.jvnet.hudson.update_center.MavenArtifact
 
getTimestampAsDate() - Method in class org.jvnet.hudson.update_center.MavenArtifact
 
getTimestampAsString() - Method in class org.jvnet.hudson.update_center.MavenArtifact
 
getTitle() - Method in class org.jvnet.hudson.update_center.Plugin
 
getURL() - Method in class org.jvnet.hudson.update_center.HPI
Download a plugin via more intuitive URL.
getURL() - Method in class org.jvnet.hudson.update_center.HudsonWar
 
getURL() - Method in class org.jvnet.hudson.update_center.MavenArtifact
Where to download from?
getVersion() - Method in class org.jvnet.hudson.update_center.MavenArtifact
 
getWiki() - Method in class org.jvnet.hudson.update_center.Plugin
 

H

hashCode() - Method in class org.jvnet.hudson.update_center.VersionNumber
 
history - Variable in class org.jvnet.hudson.update_center.HPI
Which of the lineage did this come from?
HPI - Class in org.jvnet.hudson.update_center
A particular version of a plugin and its metadata.
HPI(MavenRepository, PluginHistory, ArtifactInfo) - Constructor for class org.jvnet.hudson.update_center.HPI
 
HPI.Dependency - Class in org.jvnet.hudson.update_center
 
HPI.Developer - Class in org.jvnet.hudson.update_center
 
htaccess - Variable in class org.jvnet.hudson.update_center.Main
 
HudsonWar - Class in org.jvnet.hudson.update_center
 
HudsonWar(MavenRepository, ArtifactInfo) - Constructor for class org.jvnet.hudson.update_center.HudsonWar
 

I

id - Variable in class org.jvnet.hudson.update_center.Main
 
indexer - Variable in class org.jvnet.hudson.update_center.MavenRepositoryImpl
 
indexHtml - Variable in class org.jvnet.hudson.update_center.Main
 
IndexHtmlBuilder - Class in org.jvnet.hudson.update_center
 
IndexHtmlBuilder(File, String) - Constructor for class org.jvnet.hudson.update_center.IndexHtmlBuilder
 
IndexHtmlBuilder(PrintWriter, String) - Constructor for class org.jvnet.hudson.update_center.IndexHtmlBuilder
 
initialize() - Method in class org.jvnet.hudson.update_center.DefaultArtifactTransformationManager
 
isAuthenticJenkinsArtifact() - Method in class org.jvnet.hudson.update_center.HPI
Does this artifact come from the jenkins community?
isDeprecated() - Method in class org.jvnet.hudson.update_center.Plugin
 
isNewerThan(VersionNumber) - Method in class org.jvnet.hudson.update_center.VersionNumber
 
isOlderThan(VersionNumber) - Method in class org.jvnet.hudson.update_center.VersionNumber
 

L

latest - Variable in class org.jvnet.hudson.update_center.Plugin
Latest version of this plugin.
latest() - Method in class org.jvnet.hudson.update_center.PluginHistory
 
latestCoreTxt - Variable in class org.jvnet.hudson.update_center.Main
 
listHudsonPlugins() - Method in class org.jvnet.hudson.update_center.MavenRepository
Discover all plugins from this Maven repository.
listHudsonPlugins() - Method in class org.jvnet.hudson.update_center.MavenRepositoryImpl
 
listHudsonPlugins() - Method in class org.jvnet.hudson.update_center.VersionCappedMavenRepository
 
listHudsonPluginsByReleaseDate() - Method in class org.jvnet.hudson.update_center.MavenRepository
Discover all plugins from this Maven repository in order released, not using PluginHistory.
local - Variable in class org.jvnet.hudson.update_center.MavenRepositoryImpl
 

M

Main - Class in org.jvnet.hudson.update_center
 
Main() - Constructor for class org.jvnet.hudson.update_center.Main
 
main(String[]) - Static method in class org.jvnet.hudson.update_center.Main
 
MavenArtifact - Class in org.jvnet.hudson.update_center
Artifact from a Maven repository and its metadata.
MavenArtifact(MavenRepository, ArtifactInfo) - Constructor for class org.jvnet.hudson.update_center.MavenArtifact
 
MavenRepository - Class in org.jvnet.hudson.update_center
A collection of artifacts from which we build index.
MavenRepository() - Constructor for class org.jvnet.hudson.update_center.MavenRepository
 
MavenRepositoryImpl - Class in org.jvnet.hudson.update_center
Maven repository and its nexus index.
MavenRepositoryImpl() - Constructor for class org.jvnet.hudson.update_center.MavenRepositoryImpl
 
maxPlugins - Variable in class org.jvnet.hudson.update_center.Main
 

N

name - Variable in class org.jvnet.hudson.update_center.HPI.Dependency
 
name - Variable in class org.jvnet.hudson.update_center.HPI.Developer
 

O

optional - Variable in class org.jvnet.hudson.update_center.HPI.Dependency
 
org.jvnet.hudson.update_center - package org.jvnet.hudson.update_center
 
output - Variable in class org.jvnet.hudson.update_center.Main
 

P

page - Variable in class org.jvnet.hudson.update_center.Plugin
Confluence page of this plugin in Wiki.
Plugin - Class in org.jvnet.hudson.update_center
An entry of a plugin in the update center metadata.
Plugin(String, HPI, HPI, ConfluencePluginList) - Constructor for class org.jvnet.hudson.update_center.Plugin
 
Plugin(PluginHistory, ConfluencePluginList) - Constructor for class org.jvnet.hudson.update_center.Plugin
 
Plugin(HPI, ConfluencePluginList) - Constructor for class org.jvnet.hudson.update_center.Plugin
 
PluginHistory - Class in org.jvnet.hudson.update_center
Information about Hudson plugin and its release history, discovered from Maven repository.
PluginHistory(String) - Constructor for class org.jvnet.hudson.update_center.PluginHistory
 
POLICY - Static variable in class org.jvnet.hudson.update_center.MavenRepositoryImpl
 
prettyPrint - Variable in class org.jvnet.hudson.update_center.Main
 
previous - Variable in class org.jvnet.hudson.update_center.Plugin
Latest version of this plugin.
privateKey - Variable in class org.jvnet.hudson.update_center.Main
 

R

releaseHistory - Variable in class org.jvnet.hudson.update_center.Main
 
remoteRepositories - Variable in class org.jvnet.hudson.update_center.MavenRepositoryImpl
 
repository - Variable in class org.jvnet.hudson.update_center.MavenArtifact
Where did this plugin come from?
resolve() - Method in class org.jvnet.hudson.update_center.MavenArtifact
 
resolve(ArtifactInfo) - Method in class org.jvnet.hudson.update_center.MavenRepository
 
resolve(ArtifactInfo, String, String) - Method in class org.jvnet.hudson.update_center.MavenRepository
 
resolve(ArtifactInfo, String, String) - Method in class org.jvnet.hudson.update_center.MavenRepositoryImpl
 
resolve(ArtifactInfo, String, String) - Method in class org.jvnet.hudson.update_center.VersionCappedMavenRepository
 
resolvePOM() - Method in class org.jvnet.hudson.update_center.MavenArtifact
 
resolveSources() - Method in class org.jvnet.hudson.update_center.MavenArtifact
 
rootCA - Variable in class org.jvnet.hudson.update_center.Main
 
run(String[]) - Method in class org.jvnet.hudson.update_center.Main
 
run() - Method in class org.jvnet.hudson.update_center.Main
 

S

setMaxPlugins(Integer) - Method in class org.jvnet.hudson.update_center.MavenRepositoryImpl
 
sign(JSONObject) - Method in class org.jvnet.hudson.update_center.Main
Generates a canonicalized JSON format of the given object, and put the signature in it.
stage(MavenArtifact, File) - Method in class org.jvnet.hudson.update_center.Main
Stages an artifact into the specified location.

T

toJSON() - Method in class org.jvnet.hudson.update_center.HPI.Dependency
 
toJSON() - Method in class org.jvnet.hudson.update_center.HPI.Developer
 
toJSON(String) - Method in class org.jvnet.hudson.update_center.MavenArtifact
 
toJSON() - Method in class org.jvnet.hudson.update_center.Plugin
 
toString() - Method in class org.jvnet.hudson.update_center.MavenArtifact
 
toString() - Method in class org.jvnet.hudson.update_center.VersionNumber
 
transformForDeployment(Artifact, ArtifactRepository, ArtifactRepository) - Method in class org.jvnet.hudson.update_center.DefaultArtifactTransformationManager
 
transformForInstall(Artifact, ArtifactRepository) - Method in class org.jvnet.hudson.update_center.DefaultArtifactTransformationManager
 
transformForResolve(Artifact, List, ArtifactRepository) - Method in class org.jvnet.hudson.update_center.DefaultArtifactTransformationManager
 

V

version - Variable in class org.jvnet.hudson.update_center.HPI.Dependency
 
version - Variable in class org.jvnet.hudson.update_center.MavenArtifact
 
VersionCappedMavenRepository - Class in org.jvnet.hudson.update_center
Delegating MavenRepository to limit the data to the subset compatible with the specific version.
VersionCappedMavenRepository(MavenRepository, VersionNumber) - Constructor for class org.jvnet.hudson.update_center.VersionCappedMavenRepository
 
VersionNumber - Class in org.jvnet.hudson.update_center
Immutable representation of a version number based on the Mercury version numbering scheme.
VersionNumber(String) - Constructor for class org.jvnet.hudson.update_center.VersionNumber
 

W

withRemoteRepositories() - Method in class org.jvnet.hudson.update_center.DefaultMavenRepositoryBuilder
 
www - Variable in class org.jvnet.hudson.update_center.Main
 

A B C D E F G H I L M N O P R S T V W

Copyright © 2004-2011. All Rights Reserved.