Uses of Class
hudson.model.UpdateCenter.DownloadJob
-
Packages that use UpdateCenter.DownloadJob Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of UpdateCenter.DownloadJob in hudson.model
Subclasses of UpdateCenter.DownloadJob in hudson.model Modifier and Type Class Description class
UpdateCenter.EnableJob
Enables a required plugin, provides feedback in the update centerclass
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.Methods in hudson.model with parameters of type UpdateCenter.DownloadJob Modifier and Type Method 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.
-