Uses of Class
hudson.model.UpdateCenter.UpdateCenterJob
Packages that use UpdateCenter.UpdateCenterJob
-
Uses of UpdateCenter.UpdateCenterJob in hudson
Methods in hudson that return types with arguments of type UpdateCenter.UpdateCenterJobModifier and TypeMethodDescriptionPluginManager.install
(Collection<String> plugins, boolean dynamicLoad) Performs the installation of the plugins.PluginManager.prevalidateConfig
(InputStream configXml) Prepares plugins for some expected XML configuration. -
Uses of UpdateCenter.UpdateCenterJob in hudson.model
Subclasses of UpdateCenter.UpdateCenterJob in hudson.modelModifier and TypeClassDescriptionfinal class
final class
Tests the internet connectivity.class
Base class for a job that downloads a file from the Jenkins project.class
Enables a required plugin, provides feedback in the update centerfinal class
final class
Represents the state of the upgrade activity of Jenkins core.class
Represents the state of the installation activity of one plugin.class
A no-op, e.g.final class
Represents the state of the downgrading activity of plugin.class
Restarts jenkins.Methods in hudson.model that return UpdateCenter.UpdateCenterJobMethods in hudson.model that return types with arguments of type UpdateCenter.UpdateCenterJobModifier and TypeMethodDescriptionUpdateCenter.addJob
(UpdateCenter.UpdateCenterJob job) UpdateSite.Plugin.deploy()
UpdateSite.Plugin.deploy
(boolean dynamicLoad) Schedules the installation of this plugin.UpdateSite.Plugin.deploy
(boolean dynamicLoad, UUID correlationId, List<PluginWrapper> batch, boolean hasEnabledDependents) Schedules the installation of this plugin.UpdateSite.Plugin.deployBackup()
Schedules the downgrade of this plugin.UpdateCenter.getJobs()
Returns the list ofUpdateCenter.UpdateCenterJob
representing scheduled installation attempts.UpdateCenter.UpdateCenterJob.submit()
Schedules this job for an executionMethods in hudson.model with parameters of type UpdateCenter.UpdateCenterJob -
Uses of UpdateCenter.UpdateCenterJob in jenkins.install
Method parameters in jenkins.install with type arguments of type UpdateCenter.UpdateCenterJobModifier and TypeMethodDescriptionstatic void
InstallUtil.persistInstallStatus
(List<UpdateCenter.UpdateCenterJob> installingPlugins) Persists a list of installing plugins; this is used in the case Jenkins fails mid-installation and needs to be restarted