Package | Description |
---|---|
hudson | |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at
Hudson . |
jenkins.install |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and 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 center
|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
UpdateCenter.UpdateCenterJob |
UpdateCenter.getJob(int id)
Gets a job by its ID.
|
Modifier and Type | Method and 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)
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 of
UpdateCenter.UpdateCenterJob representing scheduled installation attempts. |
Future<UpdateCenter.UpdateCenterJob> |
UpdateCenter.UpdateCenterJob.submit()
Schedules this job for an execution
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateCenter.UpdateCenterJob> |
UpdateCenter.addJob(UpdateCenter.UpdateCenterJob job) |
Modifier and Type | Method and 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
|
Copyright © 2004–2021. All rights reserved.