|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.TimerTask
hudson.triggers.SafeTimerTask
hudson.model.PeriodicWork
hudson.plugins.tmpcleaner.TmpCleanWork
@Extension public class TmpCleanWork
Clean up /tmp files from slaves.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary | |
|---|---|
static long |
days
delete files not accessed since x days |
static java.lang.String |
extraDirectories
extra directories to cleanup comma separated |
static long |
minutes
recurence period in minutes |
| Fields inherited from class hudson.model.PeriodicWork |
|---|
DAY, HOUR, logger, MIN |
| Constructor Summary | |
|---|---|
TmpCleanWork()
|
|
| Method Summary | |
|---|---|
protected void |
doRun()
|
long |
getRecurrencePeriod()
|
| Methods inherited from class hudson.model.PeriodicWork |
|---|
all, getInitialDelay |
| 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 |
| Field Detail |
|---|
public static long minutes
public static java.lang.String extraDirectories
public static long days
| Constructor Detail |
|---|
public TmpCleanWork()
| Method Detail |
|---|
public long getRecurrencePeriod()
getRecurrencePeriod in class hudson.model.PeriodicWorkprotected void doRun()
doRun in class hudson.triggers.SafeTimerTask
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||