Uses of Class
hudson.model.UpdateSite
Packages that use UpdateSite
-
Uses of UpdateSite in hudson.model
Fields in hudson.model declared as UpdateSiteModifier and TypeFieldDescriptionfinal UpdateSite
UpdateCenter.UpdateCenterJob.site
WhichUpdateSite
does this belong to?Methods in hudson.model that return UpdateSiteModifier 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)
.Methods in hudson.model that return types with arguments of type UpdateSiteModifier and TypeMethodDescriptionUpdateCenter.getSiteList()
The same asUpdateCenter.getSites()
but for REST API.UpdateCenter.getSites()
Returns the list ofUpdateSite
s to be used.Constructors in hudson.model with parameters of type UpdateSiteModifierConstructorDescriptionConnectionCheckJob
(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)