hudson.model
Class UpdateCenter.DownloadJob.SuccessButRequiresRestart

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

public class UpdateCenter.DownloadJob.SuccessButRequiresRestart
extends UpdateCenter.DownloadJob.Success

Indicates that the installation was successful but a restart is needed.

See Also:
, Serialized Form

Field Summary
 
Fields inherited from class hudson.model.UpdateCenter.DownloadJob.InstallationStatus
id
 
Constructor Summary
UpdateCenter.DownloadJob.SuccessButRequiresRestart(org.jvnet.localizer.Localizable message)
           
 
Method Summary
 String getMessage()
           
 boolean requiresRestart()
          Indicates that a restart is needed to complete the tasks.
 
Methods inherited from class hudson.model.UpdateCenter.DownloadJob.Success
isSuccess
 
Methods inherited from class hudson.model.UpdateCenter.DownloadJob.InstallationStatus
getType
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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.SuccessButRequiresRestart

public UpdateCenter.DownloadJob.SuccessButRequiresRestart(org.jvnet.localizer.Localizable message)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

requiresRestart

public boolean requiresRestart()
Description copied from class: UpdateCenter.DownloadJob.InstallationStatus
Indicates that a restart is needed to complete the tasks.

Overrides:
requiresRestart in class UpdateCenter.DownloadJob.InstallationStatus


Copyright © 2004-2013. All Rights Reserved.