Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected URLConnection |
UpdateCenter.UpdateCenterConfiguration.connect(UpdateCenter.DownloadJob job,
URL src)
Connects to the given URL for downloading the binary.
|
File |
UpdateCenter.UpdateCenterConfiguration.download(UpdateCenter.DownloadJob job,
URL src)
Download a plugin or core upgrade in preparation for installing it
into its final location.
|
void |
UpdateCenter.UpdateCenterConfiguration.install(UpdateCenter.DownloadJob job,
File src,
File dst)
Called after a plugin has been downloaded to move it into its final
location.
|
void |
UpdateCenter.UpdateCenterConfiguration.postValidate(UpdateCenter.DownloadJob job,
File src)
Validate the resource after it has been downloaded, before it is
installed.
|
void |
UpdateCenter.UpdateCenterConfiguration.preValidate(UpdateCenter.DownloadJob job,
URL src)
Validate the URL of the resource before downloading it.
|
void |
UpdateCenter.UpdateCenterConfiguration.upgrade(UpdateCenter.DownloadJob job,
File src,
File dst)
Called after an upgrade has been downloaded to move it into its final
location.
|
Copyright © 2014. All rights reserved.