hudson.plugins.disk_usage
Class DiskUsageThread

java.lang.Object
  extended by java.util.TimerTask
      extended by hudson.triggers.SafeTimerTask
          extended by hudson.model.PeriodicWork
              extended by hudson.plugins.disk_usage.DiskUsageThread
All Implemented Interfaces:
java.lang.Runnable

public class DiskUsageThread
extends hudson.model.PeriodicWork

A Thread responsible for gathering disk usage information

Author:
dvrzalik

Nested Class Summary
static class DiskUsageThread.DiskUsageCallable
          A Callable which computes disk usage of remote file object
 
Field Summary
 
Fields inherited from class hudson.model.PeriodicWork
logger
 
Constructor Summary
DiskUsageThread()
           
 
Method Summary
protected  void execute()
           
 
Methods inherited from class hudson.model.PeriodicWork
doRun
 
Methods inherited from class hudson.triggers.SafeTimerTask
run
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiskUsageThread

public DiskUsageThread()
Method Detail

execute

protected void execute()
Specified by:
execute in class hudson.model.PeriodicWork


Copyright © 2009. All Rights Reserved.