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 classfinal classTests the internet connectivity.classBase class for a job that downloads a file from the Jenkins project.classEnables a required plugin, provides feedback in the update centerfinal classfinal classRepresents the state of the upgrade activity of Jenkins core.classRepresents the state of the installation activity of one plugin.classA no-op, e.g.final classRepresents the state of the downgrading activity of plugin.classRestarts 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.UpdateCenterJobrepresenting 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 voidInstallUtil.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