hudson.model
Class UpdateCenter.DownloadJob.InstallationStatus

java.lang.Object
  extended by java.lang.Throwable
      extended by 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

Field Summary
 int id
           
 
Constructor Summary
UpdateCenter.DownloadJob.InstallationStatus()
           
 
Method Summary
 String getType()
           
 boolean isSuccess()
           
 boolean requiresRestart()
          Indicates that a restart is needed to complete the tasks.
 
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
 

Field Detail

id

public final int id
Constructor Detail

UpdateCenter.DownloadJob.InstallationStatus

public UpdateCenter.DownloadJob.InstallationStatus()
Method Detail

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.