@Extension
public class DiskUsageThread
extends hudson.model.AsyncPeriodicWork
| Modifier and Type | Class and Description |
|---|---|
static class |
DiskUsageThread.DiskUsageCallable
A
Callable which computes disk usage of remote file object |
| Modifier and Type | Field and Description |
|---|---|
static int |
COUNT_INTERVAL_MINUTES |
| Constructor and Description |
|---|
DiskUsageThread() |
| Modifier and Type | Method and Description |
|---|---|
List<hudson.model.Item> |
addAllItems(hudson.model.ItemGroup<? extends hudson.model.Item> itemGroup,
List<hudson.model.Item> items)
Recursively add items form itemGroup
|
protected static void |
calculateDiskUsageForBuild(hudson.model.AbstractBuild build) |
protected void |
execute(hudson.model.TaskListener listener) |
long |
getRecurrencePeriod() |
cancel, scheduledExecutionTimepublic static final int COUNT_INTERVAL_MINUTES
public long getRecurrencePeriod()
getRecurrencePeriod in class hudson.model.PeriodicWorkprotected void execute(hudson.model.TaskListener listener)
throws IOException,
InterruptedException
execute in class hudson.model.AsyncPeriodicWorkIOExceptionInterruptedExceptionpublic List<hudson.model.Item> addAllItems(hudson.model.ItemGroup<? extends hudson.model.Item> itemGroup, List<hudson.model.Item> items)
protected static void calculateDiskUsageForBuild(hudson.model.AbstractBuild build)
throws IOException
IOExceptionCopyright © 2004-2013. All Rights Reserved.