Package hudson.model
Class UpdateCenter.DownloadJob.Installing
java.lang.Object
java.lang.Throwable
hudson.model.UpdateCenter.DownloadJob.InstallationStatus
hudson.model.UpdateCenter.DownloadJob.Installing
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- UpdateCenter.DownloadJob
public class UpdateCenter.DownloadJob.Installing
extends UpdateCenter.DownloadJob.InstallationStatus
Installation of a plugin is in progress.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal int% completed download, or -1 if the percentage is not known.Fields inherited from class hudson.model.UpdateCenter.DownloadJob.InstallationStatusid
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class hudson.model.UpdateCenter.DownloadJob.InstallationStatusgetType, isSuccess, requiresRestartMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
percentagepublic final int percentage% completed download, or -1 if the percentage is not known.
 
- 
- 
Constructor Details- 
Installingpublic Installing(int percentage) 
 
-