hudson.model
Class UpdateCenter.DownloadJob.Installing

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

public class UpdateCenter.DownloadJob.Installing
extends UpdateCenter.DownloadJob.InstallationStatus

Installation of a plugin is in progress.

See Also:
Serialized Form

Field Summary
 int percentage
          % completed download, or -1 if the percentage is not known.
 
Fields inherited from class hudson.model.UpdateCenter.DownloadJob.InstallationStatus
id
 
Constructor Summary
UpdateCenter.DownloadJob.Installing(int percentage)
           
 
Method Summary
 
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

percentage

public final int percentage
% completed download, or -1 if the percentage is not known.

Constructor Detail

UpdateCenter.DownloadJob.Installing

public UpdateCenter.DownloadJob.Installing(int percentage)


Copyright © 2004-2013. All Rights Reserved.