Package | Description |
---|---|
hudson | |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
Modifier and Type | Method and Description |
---|---|
List<Future<UpdateCenter.UpdateCenterJob>> |
PluginManager.prevalidateConfig(InputStream configXml)
Prepares plugins for some expected XML configuration.
|
Modifier and Type | Class and Description |
---|---|
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.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.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> |
UpdateSite.Plugin.deploy() |
Future<UpdateCenter.UpdateCenterJob> |
UpdateSite.Plugin.deploy(boolean dynamicLoad)
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
|
Copyright © 2017. All rights reserved.