Uses of Class
hudson.model.UpdateCenter.UpdateCenterJob
-
Packages that use UpdateCenter.UpdateCenterJob Package Description hudson hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.install -
-
Uses of UpdateCenter.UpdateCenterJob in hudson
Methods in hudson that return types with arguments of type UpdateCenter.UpdateCenterJob Modifier and Type Method Description List<Future<UpdateCenter.UpdateCenterJob>>
PluginManager. install(Collection<String> plugins, boolean dynamicLoad)
Performs the installation of the plugins.List<Future<UpdateCenter.UpdateCenterJob>>
PluginManager. prevalidateConfig(InputStream configXml)
Prepares plugins for some expected XML configuration. -
Uses of UpdateCenter.UpdateCenterJob in hudson.model
Subclasses of UpdateCenter.UpdateCenterJob in hudson.model Modifier and Type Class Description class
UpdateCenter.CompleteBatchJob
class
UpdateCenter.ConnectionCheckJob
Tests the internet connectivity.class
UpdateCenter.DownloadJob
Base class for a job that downloads a file from the Jenkins project.class
UpdateCenter.EnableJob
Enables a required plugin, provides feedback in the update centerclass
UpdateCenter.HudsonDowngradeJob
class
UpdateCenter.HudsonUpgradeJob
Represents the state of the upgrade activity of Jenkins core.class
UpdateCenter.InstallationJob
Represents the state of the installation activity of one plugin.class
UpdateCenter.NoOpJob
A no-op, e.g.class
UpdateCenter.PluginDowngradeJob
Represents the state of the downgrading activity of plugin.class
UpdateCenter.RestartJenkinsJob
Restarts jenkins.Methods in hudson.model that return UpdateCenter.UpdateCenterJob Modifier and Type Method Description UpdateCenter.UpdateCenterJob
UpdateCenter. getJob(int id)
Gets a job by its ID.Methods in hudson.model that return types with arguments of type UpdateCenter.UpdateCenterJob Modifier and Type Method Description Future<UpdateCenter.UpdateCenterJob>
UpdateCenter. addJob(UpdateCenter.UpdateCenterJob job)
Future<UpdateCenter.UpdateCenterJob>
UpdateSite.Plugin. deploy()
Future<UpdateCenter.UpdateCenterJob>
UpdateSite.Plugin. deploy(boolean dynamicLoad)
Schedules the installation of this plugin.Future<UpdateCenter.UpdateCenterJob>
UpdateSite.Plugin. deploy(boolean dynamicLoad, UUID correlationId, List<PluginWrapper> batch, boolean hasEnabledDependents)
Schedules the installation of this plugin.Future<UpdateCenter.UpdateCenterJob>
UpdateSite.Plugin. deployBackup()
Schedules the downgrade of this plugin.List<UpdateCenter.UpdateCenterJob>
UpdateCenter. getJobs()
Returns the list ofUpdateCenter.UpdateCenterJob
representing scheduled installation attempts.Future<UpdateCenter.UpdateCenterJob>
UpdateCenter.UpdateCenterJob. submit()
Schedules this job for an executionMethods in hudson.model with parameters of type UpdateCenter.UpdateCenterJob Modifier and Type Method Description Future<UpdateCenter.UpdateCenterJob>
UpdateCenter. addJob(UpdateCenter.UpdateCenterJob job)
-
Uses of UpdateCenter.UpdateCenterJob in jenkins.install
Method parameters in jenkins.install with type arguments of type UpdateCenter.UpdateCenterJob Modifier and Type Method Description static 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
-