@Extension
public class MaintenanceJobsPeriodicWork
extends hudson.model.AsyncAperiodicWork
| Constructor and Description |
|---|
MaintenanceJobsPeriodicWork() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel() |
void |
execute(boolean enable,
int filter,
String defaultDescription,
String excludedJobs,
boolean removeJobs) |
protected void |
execute(hudson.model.TaskListener taskListener) |
hudson.scheduler.CronTab |
getCronTab() |
long |
getInitialDelay() |
MaintenanceJobsPeriodicWork |
getLastTask() |
hudson.model.AperiodicWork |
getNewInstance() |
long |
getRecurrencePeriod() |
String |
getThreadName() |
createListener, doAperiodicRun, getLogFilescheduledExecutionTimeprotected void execute(hudson.model.TaskListener taskListener)
throws IOException,
InterruptedException
execute in class hudson.model.AsyncAperiodicWorkIOExceptionInterruptedExceptionpublic void execute(boolean enable,
int filter,
String defaultDescription,
String excludedJobs,
boolean removeJobs)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic hudson.model.AperiodicWork getNewInstance()
getNewInstance in class hudson.model.AperiodicWorkpublic String getThreadName()
public MaintenanceJobsPeriodicWork getLastTask()
public long getInitialDelay()
getInitialDelay in class hudson.model.AperiodicWorkpublic hudson.scheduler.CronTab getCronTab()
throws antlr.ANTLRException,
NullPointerException
antlr.ANTLRExceptionNullPointerExceptionpublic long getRecurrencePeriod()
getRecurrencePeriod in class hudson.model.AperiodicWorkCopyright © 2004-2015. All Rights Reserved.