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 TypeClassDescriptionclassEnables a required plugin, provides feedback in the update centerfinal classfinal classRepresents the state of the upgrade activity of Jenkins core.classRepresents the state of the installation activity of one plugin.classA no-op, e.g.final classRepresents the state of the downgrading activity of plugin.Methods in hudson.model with parameters of type UpdateCenter.DownloadJobModifier and TypeMethodDescriptionprotected URLConnectionUpdateCenter.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.voidUpdateCenter.UpdateCenterConfiguration.install(UpdateCenter.DownloadJob job, File src, File dst) Called after a plugin has been downloaded to move it into its final location.voidUpdateCenter.UpdateCenterConfiguration.postValidate(UpdateCenter.DownloadJob job, File src) Validate the resource after it has been downloaded, before it is installed.voidUpdateCenter.UpdateCenterConfiguration.preValidate(UpdateCenter.DownloadJob job, URL src) Validate the URL of the resource before downloading it.voidUpdateCenter.UpdateCenterConfiguration.upgrade(UpdateCenter.DownloadJob job, File src, File dst) Called after an upgrade has been downloaded to move it into its final location.