Class LibraryCachingCleanup
java.lang.Object
java.util.TimerTask
hudson.triggers.SafeTimerTask
hudson.model.PeriodicWork
hudson.model.AsyncPeriodicWork
org.jenkinsci.plugins.workflow.libs.LibraryCachingCleanup
- All Implemented Interfaces:
ExtensionPoint, Runnable
-
Nested Class Summary
Nested classes/interfaces inherited from class SafeTimerTask
SafeTimerTask.ExceptionRunnableNested classes/interfaces inherited from interface ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
FieldsFields inherited from class AsyncPeriodicWork
nameFields inherited from class PeriodicWork
DAY, HOUR, logger, MIN -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AsyncPeriodicWork
createListener, doRun, getErrorLoggingLevel, getLogFile, getNormalLoggingLevel, getSlowLoggingLevel, queueIfAlreadyRunningMethods inherited from class PeriodicWork
all, getInitialDelay, initMethods inherited from class SafeTimerTask
getLogsRoot, of, runMethods inherited from class TimerTask
cancel, scheduledExecutionTime
-
Field Details
-
EXPIRE_AFTER_READ_DAYS
public static int EXPIRE_AFTER_READ_DAYS
-
-
Constructor Details
-
LibraryCachingCleanup
public LibraryCachingCleanup()
-
-
Method Details
-
getRecurrencePeriod
public long getRecurrencePeriod()- Specified by:
getRecurrencePeriodin classPeriodicWork
-
execute
- Specified by:
executein classAsyncPeriodicWork- Throws:
IOExceptionInterruptedException
-