Package hudson.model
Class UpdateCenter.DownloadJob.Pending
java.lang.Object
java.lang.Throwable
hudson.model.UpdateCenter.DownloadJob.InstallationStatus
hudson.model.UpdateCenter.DownloadJob.Pending
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UpdateCenter.DownloadJob
Indicates that the plugin is waiting for its turn for installation.
- See Also:
-
Field Summary
Fields inherited from class hudson.model.UpdateCenter.DownloadJob.InstallationStatus
id
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.model.UpdateCenter.DownloadJob.InstallationStatus
getType, isSuccess, requiresRestart
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Pending
public Pending()
-