Package hudson.model
Class UpdateCenter.DownloadJob.Skipped
- java.lang.Object
-
- java.lang.Throwable
-
- hudson.model.UpdateCenter.DownloadJob.InstallationStatus
-
- hudson.model.UpdateCenter.DownloadJob.Skipped
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UpdateCenter.DownloadJob
public class UpdateCenter.DownloadJob.Skipped extends UpdateCenter.DownloadJob.InstallationStatus
Indicates that the plugin was successfully installed.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class hudson.model.UpdateCenter.DownloadJob.InstallationStatus
id
-
-
Constructor Summary
Constructors Constructor Description Skipped()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSuccess()
-
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
-
-
-
-
Method Detail
-
isSuccess
public boolean isSuccess()
- Overrides:
isSuccess
in classUpdateCenter.DownloadJob.InstallationStatus
-
-