Package hudson.model
Class UpdateCenter.DownloadJob.InstallationStatus
java.lang.Object
java.lang.Throwable
hudson.model.UpdateCenter.DownloadJob.InstallationStatus
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UpdateCenter.DownloadJob.Failure
,UpdateCenter.DownloadJob.Installing
,UpdateCenter.DownloadJob.Pending
,UpdateCenter.DownloadJob.Skipped
,UpdateCenter.DownloadJob.Success
- Enclosing class:
- UpdateCenter.DownloadJob
Indicates the status or the result of a plugin installation.
Instances of this class is immutable.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
id
public final int id
-
-
Constructor Details
-
InstallationStatus
public InstallationStatus()
-
-
Method Details
-
isSuccess
@Exported public boolean isSuccess() -
getType
-
requiresRestart
public boolean requiresRestart()Indicates that a restart is needed to complete the tasks.
-