Uses of Class
hudson.model.UpdateSite
-
Packages that use UpdateSite Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of UpdateSite in hudson.model
Fields in hudson.model declared as UpdateSite Modifier and Type Field Description UpdateSite
UpdateCenter.UpdateCenterJob. site
WhichUpdateSite
does this belong to?Methods in hudson.model that return UpdateSite Modifier and Type Method Description protected UpdateSite
UpdateCenter. createDefaultUpdateSite()
UpdateSite
UpdateCenter. getById(String id)
GetsUpdateSite
by its ID.UpdateSite
UpdateCenter. getCoreSource()
Gets theUpdateSite
from which we receive updates forjenkins.war
.UpdateSite
UpdateCenter. getSite(String id)
Alias forUpdateCenter.getById(java.lang.String)
.Methods in hudson.model that return types with arguments of type UpdateSite Modifier and Type Method Description List<UpdateSite>
UpdateCenter. getSiteList()
The same asUpdateCenter.getSites()
but for REST API.PersistedList<UpdateSite>
UpdateCenter. getSites()
Returns the list ofUpdateSite
s to be used.Constructors in hudson.model with parameters of type UpdateSite Constructor Description ConnectionCheckJob(UpdateSite site)
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)
UpdateCenterJob(UpdateSite site)
-