Uses of Class
hudson.model.UpdateSite

Packages that use UpdateSite
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
 

Uses of UpdateSite in hudson.model
 

Fields in hudson.model declared as UpdateSite
 UpdateSite UpdateCenter.UpdateCenterJob.site
          Which UpdateSite does this belong to?
 

Methods in hudson.model that return UpdateSite
 UpdateSite UpdateCenter.getById(String id)
          Gets UpdateSite by its ID.
 UpdateSite UpdateCenter.getCoreSource()
          Gets the UpdateSite from which we receive updates for jenkins.war.
 UpdateSite UpdateCenter.getSite(String id)
          Alias for UpdateCenter.getById(java.lang.String).
 

Methods in hudson.model that return types with arguments of type UpdateSite
 List<UpdateSite> UpdateCenter.getSiteList()
          The same as UpdateCenter.getSites() but for REST API.
 PersistedList<UpdateSite> UpdateCenter.getSites()
          Returns the list of UpdateSites to be used.
 

Constructors in hudson.model with parameters of type UpdateSite
UpdateCenter.ConnectionCheckJob(UpdateSite site)
           
UpdateCenter.DownloadJob(UpdateSite site, org.acegisecurity.Authentication authentication)
           
UpdateCenter.HudsonDowngradeJob(UpdateSite site, org.acegisecurity.Authentication auth)
           
UpdateCenter.HudsonUpgradeJob(UpdateSite site, org.acegisecurity.Authentication auth)
           
UpdateCenter.InstallationJob(UpdateSite.Plugin plugin, UpdateSite site, org.acegisecurity.Authentication auth)
          Deprecated. as of 1.442
UpdateCenter.InstallationJob(UpdateSite.Plugin plugin, UpdateSite site, org.acegisecurity.Authentication auth, boolean dynamicLoad)
           
UpdateCenter.PluginDowngradeJob(UpdateSite.Plugin plugin, UpdateSite site, org.acegisecurity.Authentication auth)
           
UpdateCenter.RestartJenkinsJob(UpdateSite site)
           
UpdateCenter.UpdateCenterJob(UpdateSite site)
           
 



Copyright © 2004-2013. All Rights Reserved.