Uses of Class
hudson.model.UpdateCenter.DownloadJob
Packages that use UpdateCenter.DownloadJob
-
Uses of UpdateCenter.DownloadJob in hudson.model
Subclasses of UpdateCenter.DownloadJob in hudson.modelModifier and TypeClassDescriptionclass
Enables a required plugin, provides feedback in the update centerfinal class
final class
Represents the state of the upgrade activity of Jenkins core.class
Represents the state of the installation activity of one plugin.class
A no-op, e.g.final class
Represents the state of the downgrading activity of plugin.Methods in hudson.model with parameters of type UpdateCenter.DownloadJobModifier and TypeMethodDescriptionprotected URLConnection
UpdateCenter.UpdateCenterConfiguration.connect
(UpdateCenter.DownloadJob job, URL src) Connects to the given URL for downloading the binary.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.