@Extension public final class FingerprintCleanupThread extends AsyncPeriodicWork
A Fingerprint is removed when none of the builds that
it point to is available in the records.
ExtensionPoint.LegacyInstancesAreScopedToHudsonnameDAY, HOUR, logger, MIN| Constructor and Description |
|---|
FingerprintCleanupThread() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(TaskListener listener)
Executes the task.
|
long |
getRecurrencePeriod()
Gets the number of milliseconds between successive executions.
|
static void |
invoke() |
createListener, doRun, getErrorLoggingLevel, getLogFile, getNormalLoggingLevel, getSlowLoggingLevelall, getInitialDelay, initruncancel, scheduledExecutionTimepublic long getRecurrencePeriod()
PeriodicWorkHudson calls this method once to set up a recurring timer, instead of calling this each time after the previous execution completed. So this class cannot be used to implement a non-regular recurring timer.
IOW, the method should always return the same value.
getRecurrencePeriod in class PeriodicWorkpublic static void invoke()
public void execute(TaskListener listener)
AsyncPeriodicWorkexecute in class AsyncPeriodicWorklistener - Output sent will be reported to the users. (this work is TBD.)Copyright © 2019. All rights reserved.