Package hudson.model
Class UpdateCenter.DownloadJob.Success
java.lang.Object
java.lang.Throwable
hudson.model.UpdateCenter.DownloadJob.InstallationStatus
hudson.model.UpdateCenter.DownloadJob.Success
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UpdateCenter.DownloadJob.SuccessButRequiresRestart
- Enclosing class:
- UpdateCenter.DownloadJob
Indicates that the plugin was successfully installed.
- 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, requiresRestart
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Success
public Success()
-
-
Method Details
-
isSuccess
public boolean isSuccess()- Overrides:
isSuccess
in classUpdateCenter.DownloadJob.InstallationStatus
-