Uses of Class
hudson.model.UpdateCenter.InstallationJob
-
Packages that use UpdateCenter.InstallationJob Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of UpdateCenter.InstallationJob in hudson.model
Subclasses of UpdateCenter.InstallationJob in hudson.model Modifier and Type Class Description class
UpdateCenter.EnableJob
Enables a required plugin, provides feedback in the update centerclass
UpdateCenter.NoOpJob
A no-op, e.g.Methods in hudson.model that return UpdateCenter.InstallationJob 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
.UpdateCenter.InstallationJob
UpdateCenter. getJob(UpdateSite.Plugin plugin)
Returns latest install/upgrade job for the given plugin.
-