Uses of Class
hudson.model.UpdateCenter.DownloadJob.InstallationStatus

Packages that use UpdateCenter.DownloadJob.InstallationStatus
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
 

Uses of UpdateCenter.DownloadJob.InstallationStatus in hudson.model
 

Subclasses of UpdateCenter.DownloadJob.InstallationStatus in hudson.model
 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.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
 UpdateCenter.DownloadJob.InstallationStatus UpdateCenter.DownloadJob.status
          Immutable object representing the current state of this job.
 

Methods in hudson.model that throw UpdateCenter.DownloadJob.InstallationStatus
protected  void UpdateCenter.DownloadJob._run()
           
 void UpdateCenter.InstallationJob._run()
           
 



Copyright © 2004-2013. All Rights Reserved.