hudson.model
Class UpdateCenter.DownloadJob.Failure

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

public class UpdateCenter.DownloadJob.Failure
extends UpdateCenter.DownloadJob.InstallationStatus

Indicates that the installation of a plugin failed.

See Also:
Serialized Form

Field Summary
 Throwable problem
           
 
Fields inherited from class hudson.model.UpdateCenter.DownloadJob.InstallationStatus
id
 
Constructor Summary
UpdateCenter.DownloadJob.Failure(Throwable problem)
           
 
Method Summary
 String getProblemStackTrace()
           
 
Methods inherited from class hudson.model.UpdateCenter.DownloadJob.InstallationStatus
getType, isSuccess, 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
 

Field Detail

problem

public final Throwable problem
Constructor Detail

UpdateCenter.DownloadJob.Failure

public UpdateCenter.DownloadJob.Failure(Throwable problem)
Method Detail

getProblemStackTrace

public String getProblemStackTrace()


Copyright © 2004-2013. All Rights Reserved.