Uses of Class
hudson.model.UpdateCenter.DownloadJob.InstallationStatus
-
Packages that use UpdateCenter.DownloadJob.InstallationStatus Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of UpdateCenter.DownloadJob.InstallationStatus in hudson.model
Subclasses of UpdateCenter.DownloadJob.InstallationStatus in hudson.model Modifier and Type Class Description class
UpdateCenter.DownloadJob.Failure
Indicates that the installation of a plugin failed.class
UpdateCenter.DownloadJob.Installing
Installation of a plugin is in progress.class
UpdateCenter.DownloadJob.Pending
Indicates that the plugin is waiting for its turn for installation.class
UpdateCenter.DownloadJob.Skipped
Indicates that the plugin was successfully installed.class
UpdateCenter.DownloadJob.Success
Indicates that the plugin was successfully installed.class
UpdateCenter.DownloadJob.SuccessButRequiresRestart
Indicates that the installation was successful but a restart is needed.Fields in hudson.model declared as UpdateCenter.DownloadJob.InstallationStatus Modifier and Type Field Description UpdateCenter.DownloadJob.InstallationStatus
UpdateCenter.DownloadJob. status
Immutable object representing the current state of this job.Methods in hudson.model that throw UpdateCenter.DownloadJob.InstallationStatus Modifier and Type Method Description protected void
UpdateCenter.DownloadJob. _run()
void
UpdateCenter.InstallationJob. _run()
-