Uses of Class
hudson.model.UpdateSite
-
Uses of UpdateSite in hudson.model
Modifier and TypeFieldDescriptionfinal UpdateSite
UpdateCenter.UpdateCenterJob.site
WhichUpdateSite
does this belong to?Modifier and TypeMethodDescriptionprotected UpdateSite
UpdateCenter.createDefaultUpdateSite()
GetsUpdateSite
by its ID.UpdateCenter.getCoreSource()
Gets theUpdateSite
from which we receive updates forjenkins.war
.Alias forUpdateCenter.getById(java.lang.String)
.Modifier and TypeMethodDescriptionUpdateCenter.getSiteList()
The same asUpdateCenter.getSites()
but for REST API.UpdateCenter.getSites()
Returns the list ofUpdateSite
s to be used.ModifierConstructorDescriptionConnectionCheckJob
(UpdateSite site) protected
DownloadJob
(UpdateSite site, org.springframework.security.core.Authentication authentication) EnableJob
(UpdateSite site, org.springframework.security.core.Authentication auth, UpdateSite.Plugin plugin, boolean dynamicLoad) HudsonDowngradeJob
(UpdateSite site, Authentication auth) Deprecated.HudsonDowngradeJob
(UpdateSite site, org.springframework.security.core.Authentication auth) HudsonUpgradeJob
(UpdateSite site, Authentication auth) Deprecated.HudsonUpgradeJob
(UpdateSite site, org.springframework.security.core.Authentication auth) InstallationJob
(UpdateSite.Plugin plugin, UpdateSite site, Authentication auth, boolean dynamicLoad) InstallationJob
(UpdateSite.Plugin plugin, UpdateSite site, org.springframework.security.core.Authentication auth) Deprecated.as of 1.442InstallationJob
(UpdateSite.Plugin plugin, UpdateSite site, org.springframework.security.core.Authentication auth, boolean dynamicLoad) NoOpJob
(UpdateSite site, org.springframework.security.core.Authentication auth, UpdateSite.Plugin plugin) PluginDowngradeJob
(UpdateSite.Plugin plugin, UpdateSite site, Authentication auth) PluginDowngradeJob
(UpdateSite.Plugin plugin, UpdateSite site, org.springframework.security.core.Authentication auth) RestartJenkinsJob
(UpdateSite site) protected
UpdateCenterJob
(UpdateSite site)
HudsonDowngradeJob(UpdateSite, Authentication)