Package io.jenkins.plugins.swarmcloud.gc
Class OrphanServiceCleaner
java.lang.Object
java.util.TimerTask
hudson.triggers.SafeTimerTask
hudson.model.PeriodicWork
hudson.model.AsyncPeriodicWork
io.jenkins.plugins.swarmcloud.gc.OrphanServiceCleaner
- All Implemented Interfaces:
ExtensionPoint,Runnable
Periodic task that cleans up orphan Docker Swarm services.
A service is considered orphan if:
- It has Jenkins agent labels but no corresponding Jenkins node exists
- It has been running longer than the maximum allowed time
-
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.AsyncPeriodicWork
nameFields inherited from class hudson.model.PeriodicWork
DAY, HOUR, logger, MIN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intcleanupNow(SwarmCloud cloud) Manually triggers cleanup for a specific cloud.protected voidexecute(TaskListener listener) longMethods inherited from class hudson.model.AsyncPeriodicWork
createListener, doRun, getErrorLoggingLevel, getLogFile, getNormalLoggingLevel, getSlowLoggingLevel, queueIfAlreadyRunningMethods inherited from class hudson.model.PeriodicWork
all, getInitialDelay, initMethods inherited from class hudson.triggers.SafeTimerTask
getLogsRoot, of, runMethods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
Constructor Details
-
OrphanServiceCleaner
public OrphanServiceCleaner()
-
-
Method Details
-
getRecurrencePeriod
public long getRecurrencePeriod()- Specified by:
getRecurrencePeriodin classPeriodicWork
-
execute
- Specified by:
executein classAsyncPeriodicWork- Throws:
IOExceptionInterruptedException
-
cleanupNow
Manually triggers cleanup for a specific cloud.
-