Uses of Class
hudson.model.UpdateCenter
-
Packages that use UpdateCenter Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.model -
-
Uses of UpdateCenter in hudson.model
Methods in hudson.model that return UpdateCenter Modifier and Type Method Description static UpdateCenter
UpdateCenter. createUpdateCenter(UpdateCenter.UpdateCenterConfiguration config)
Creates an update center.Methods in hudson.model with parameters of type UpdateCenter Modifier and Type Method Description protected UpdateCenter.InstallationJob
UpdateSite. createInstallationJob(UpdateSite.Plugin plugin, UpdateCenter uc, boolean dynamicLoad)
Extension point to allow implementations ofUpdateSite
to create a customUpdateCenter.InstallationJob
. -
Uses of UpdateCenter in jenkins.model
Methods in jenkins.model that return UpdateCenter Modifier and Type Method Description UpdateCenter
Jenkins. getUpdateCenter()
-