|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateCenter.UpdateCenterJob | |
---|---|
hudson | |
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
Uses of UpdateCenter.UpdateCenterJob in hudson |
---|
Methods in hudson that return types with arguments of type UpdateCenter.UpdateCenterJob | |
---|---|
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 | |
---|---|
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. |
Methods in hudson.model that return UpdateCenter.UpdateCenterJob | |
---|---|
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 | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |