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.Success
- Enclosing class:
- UpdateCenter.DownloadJob
@ExportedBean
public abstract class UpdateCenter.DownloadJob.InstallationStatus
- extends Throwable
Indicates the status or the result of a plugin installation.
Instances of this class is immutable.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
id
public final int id
UpdateCenter.DownloadJob.InstallationStatus
public UpdateCenter.DownloadJob.InstallationStatus()
isSuccess
@Exported
public boolean isSuccess()
getType
@Exported
public final String getType()
requiresRestart
public boolean requiresRestart()
- Indicates that a restart is needed to complete the tasks.
Copyright © 2004-2013. All Rights Reserved.