hudson.model
Class UpdateCenter.DownloadJob.Success

java.lang.Object
  extended by java.lang.Throwable
      extended by hudson.model.UpdateCenter.DownloadJob.InstallationStatus
          extended by hudson.model.UpdateCenter.DownloadJob.Success
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UpdateCenter.DownloadJob.SuccessButRequiresRestart
Enclosing class:
UpdateCenter.DownloadJob

public class UpdateCenter.DownloadJob.Success
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
UpdateCenter.DownloadJob.Success()
           
 
Method Summary
 boolean isSuccess()
           
 
Methods inherited from class hudson.model.UpdateCenter.DownloadJob.InstallationStatus
getType, requiresRestart
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateCenter.DownloadJob.Success

public UpdateCenter.DownloadJob.Success()
Method Detail

isSuccess

public boolean isSuccess()
Overrides:
isSuccess in class UpdateCenter.DownloadJob.InstallationStatus


Copyright © 2004-2013. All Rights Reserved.