Skip navigation links
A B C D E F G H I J L M N O P R S T U 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
 
add(String, String) - Method in class org.jvnet.hudson.update_center.LatestLinkBuilder
 
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
 
AlphaBetaOnlyRepository - Class in org.jvnet.hudson.update_center
Filter down to alpha/beta releases of plugins (or the negation of it.)
AlphaBetaOnlyRepository(MavenRepository, boolean) - Constructor for class org.jvnet.hudson.update_center.AlphaBetaOnlyRepository
 
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

base - Variable in class org.jvnet.hudson.update_center.MavenRepository
 
buildCore(MavenRepository, LatestLinkBuilder) - 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, LatestLinkBuilder) - 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.Signer
 
capCore - Variable in class org.jvnet.hudson.update_center.Main
 
capPlugin - Variable in class org.jvnet.hudson.update_center.Main
 
certificates - Variable in class org.jvnet.hudson.update_center.Signer
 
close() - Method in class org.jvnet.hudson.update_center.IndexHtmlBuilder
 
close() - Method in class org.jvnet.hudson.update_center.LatestLinkBuilder
 
configureFromEnvironment() - Method in class org.jvnet.hudson.update_center.Signer
Parses JENKINS_SIGNER environment variable as the argument list and configure the instance.
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() - 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
 
Dependency(String) - Constructor for class org.jvnet.hudson.update_center.HPI.Dependency
 
Developer(String, String, String) - Constructor for class org.jvnet.hudson.update_center.HPI.Developer
 
developerId - Variable in class org.jvnet.hudson.update_center.HPI.Developer
 
download - Variable in class org.jvnet.hudson.update_center.Main
This option builds the directory image for the download server, which contains all the plugins ever released to date in a directory structure.

E

email - Variable in class org.jvnet.hudson.update_center.HPI.Developer
 
EOL - Static variable in class org.jvnet.hudson.update_center.Main
 
experimentalOnly - Variable in class org.jvnet.hudson.update_center.Main
 

F

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.
first() - Method in class org.jvnet.hudson.update_center.PluginHistory
 

G

getArtifactTransformations() - Method in class org.jvnet.hudson.update_center.DefaultArtifactTransformationManager
 
getBaseRepository() - Method in class org.jvnet.hudson.update_center.MavenRepository
 
getBuiltBy() - Method in class org.jvnet.hudson.update_center.HPI
Who built this release?
getCertificateChain() - Method in class org.jvnet.hudson.update_center.Signer
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
 
getDigests() - Method in class org.jvnet.hudson.update_center.MavenArtifact
 
getDisplayName() - Method in class org.jvnet.hudson.update_center.HPI
 
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.AlphaBetaOnlyRepository
Core is pass-through.
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.StableMavenRepository
 
getHudsonWar() - Method in class org.jvnet.hudson.update_center.TruncatedMavenRepository
 
getHudsonWar() - Method in class org.jvnet.hudson.update_center.VersionCappedMavenRepository
 
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
 
getName() - Method in class org.jvnet.hudson.update_center.Plugin
 
getPlexus() - Method in class org.jvnet.hudson.update_center.MavenRepositoryImpl
Plexus container that's hosting the Maven components.
getPluginUrl() - Method in class org.jvnet.hudson.update_center.Plugin
 
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
 
getScmUrl() - 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
 
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
 

H

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
 
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
Generates index.html that has a list of files.
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
 
isAlphaOrBeta() - Method in class org.jvnet.hudson.update_center.MavenArtifact
 
isAuthenticJenkinsArtifact() - Method in class org.jvnet.hudson.update_center.HPI
Does this artifact come from the jenkins community?
isConfigured() - Method in class org.jvnet.hudson.update_center.Signer
Checks if the signer is properly configured to generate a signature

J

json - Variable in class org.jvnet.hudson.update_center.Main
 
jsonp - Variable in class org.jvnet.hudson.update_center.Main
 

L

latest - Variable in class org.jvnet.hudson.update_center.Main
This file defines all the convenient symlinks in the form of ./latest/PLUGINNAME.hpi.
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
 
LatestLinkBuilder - Class in org.jvnet.hudson.update_center
Generates latest/index.html and latest/.htaccess The former lists all the available symlinks, and the latter actually defines the redirects.
LatestLinkBuilder(File) - Constructor for class org.jvnet.hudson.update_center.LatestLinkBuilder
 
listHudsonPlugins() - Method in class org.jvnet.hudson.update_center.AlphaBetaOnlyRepository
 
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.StableMavenRepository
 
listHudsonPlugins() - Method in class org.jvnet.hudson.update_center.TruncatedMavenRepository
 
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
 
noExperimental - Variable in class org.jvnet.hudson.update_center.Main
 

O

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

P

Plugin - Class in org.jvnet.hudson.update_center
An entry of a plugin in the update center metadata.
Plugin(String, HPI, HPI) - Constructor for class org.jvnet.hudson.update_center.Plugin
 
Plugin(PluginHistory) - Constructor for class org.jvnet.hudson.update_center.Plugin
 
Plugin(HPI) - Constructor for class org.jvnet.hudson.update_center.Plugin
 
pluginCountTxt - Variable in class org.jvnet.hudson.update_center.Main
 
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
Previous version of this plugin.
privateKey - Variable in class org.jvnet.hudson.update_center.Signer
 

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(ArtifactInfo, String, String) - Method in class org.jvnet.hudson.update_center.AlphaBetaOnlyRepository
 
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.StableMavenRepository
 
resolve(ArtifactInfo, String, String) - Method in class org.jvnet.hudson.update_center.TruncatedMavenRepository
 
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.Signer
 
run(String[]) - Method in class org.jvnet.hudson.update_center.Main
 
run() - Method in class org.jvnet.hudson.update_center.Main
 

S

setBaseRepository(MavenRepository) - Method in class org.jvnet.hudson.update_center.MavenRepository
Should be called by subclasses who are decorating an existing MavenRepository instance.
setOfflineIndex(boolean) - Method in class org.jvnet.hudson.update_center.MavenRepositoryImpl
Set to true to force reusing locally cached index and not download new versions.
sign(JSONObject) - Method in class org.jvnet.hudson.update_center.Signer
Generates a canonicalized JSON format of the given object, and put the signature in it.
Signer - Class in org.jvnet.hudson.update_center
 
Signer() - Constructor for class org.jvnet.hudson.update_center.Signer
 
simplifyPluginName(String) - Static method in class org.jvnet.hudson.update_center.Plugin
 
skipReleaseHistory - Variable in class org.jvnet.hudson.update_center.Main
 
stableCore - Variable in class org.jvnet.hudson.update_center.Main
 
StableMavenRepository - Class in org.jvnet.hudson.update_center
Delegating MavenRepository to limit core releases to those with LTS version numbers.
StableMavenRepository(MavenRepository) - Constructor for class org.jvnet.hudson.update_center.StableMavenRepository
 
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
 
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
 
TruncatedMavenRepository - Class in org.jvnet.hudson.update_center
MavenRepository that limits the # of plugins that it reports.
TruncatedMavenRepository(MavenRepository, int) - Constructor for class org.jvnet.hudson.update_center.TruncatedMavenRepository
 

U

urlmap - Variable in class org.jvnet.hudson.update_center.Main
 

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, VersionNumber) - Constructor for class org.jvnet.hudson.update_center.VersionCappedMavenRepository
 
VersionCappedMavenRepository(MavenRepository, VersionNumber) - Constructor for class org.jvnet.hudson.update_center.VersionCappedMavenRepository
 

W

www - Variable in class org.jvnet.hudson.update_center.Main
This options builds update site.
wwwDownload - Variable in class org.jvnet.hudson.update_center.Main
This options builds the http://updates.jenkins-ci.org/download files, which consists of a series of index.html that lists available versions of plugins and cores.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2004-2018. All Rights Reserved.