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