Package hudson.plugins.disk_usage
Class BuildDiskUsageCalculationThread
java.lang.Object
java.util.TimerTask
hudson.triggers.SafeTimerTask
hudson.model.AperiodicWork
hudson.model.AsyncAperiodicWork
hudson.plugins.disk_usage.DiskUsageCalculation
hudson.plugins.disk_usage.BuildDiskUsageCalculationThread
- All Implemented Interfaces:
ExtensionPoint,Runnable
A Thread responsible for gathering disk usage information
- Author:
- dvrzalik
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.triggers.SafeTimerTask
SafeTimerTask.ExceptionRunnableNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.model.AsyncAperiodicWork
nameFields inherited from class hudson.model.AperiodicWork
logger -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.plugins.disk_usage.DiskUsageCalculation
cancel, getInitialDelay, getRecurrencePeriod, getThreadName, isCancelled, isExecuting, isExecutingMoreThenOneTimes, reschedule, scheduledLastInstanceExecutionTimeMethods inherited from class hudson.model.AsyncAperiodicWork
createListener, doAperiodicRun, getErrorLoggingLevel, getLogFile, getNormalLoggingLevel, getSlowLoggingLevelMethods inherited from class hudson.model.AperiodicWork
all, doRun, initMethods inherited from class hudson.triggers.SafeTimerTask
getLogsRoot, of, runMethods inherited from class java.util.TimerTask
scheduledExecutionTime
-
Constructor Details
-
BuildDiskUsageCalculationThread
public BuildDiskUsageCalculationThread()
-
-
Method Details
-
execute
- Specified by:
executein classAsyncAperiodicWork- Throws:
IOExceptionInterruptedException
-
getCronTab
- Specified by:
getCronTabin classDiskUsageCalculation
-
getNewInstance
- Specified by:
getNewInstancein classAperiodicWork
-
getLastTask
- Specified by:
getLastTaskin classDiskUsageCalculation
-