Class OPConnectPeriodicWork
java.lang.Object
java.util.TimerTask
hudson.triggers.SafeTimerTask
hudson.model.PeriodicWork
hudson.model.AsyncPeriodicWork
com.liferay.jenkins.plugin.op.connect.OPConnectPeriodicWork
- All Implemented Interfaces:
hudson.ExtensionPoint,Runnable
@Extension
public class OPConnectPeriodicWork
extends hudson.model.AsyncPeriodicWork
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.triggers.SafeTimerTask
hudson.triggers.SafeTimerTask.ExceptionRunnableNested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.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 TypeMethodDescriptionprotected voidexecute(hudson.model.TaskListener taskListener) longMethods inherited from class hudson.model.AsyncPeriodicWork
createListener, doRun, getErrorLoggingLevel, getLogFile, getNormalLoggingLevel, getSlowLoggingLevelMethods 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
-
OPConnectPeriodicWork
public OPConnectPeriodicWork()
-
-
Method Details
-
getRecurrencePeriod
public long getRecurrencePeriod()- Specified by:
getRecurrencePeriodin classhudson.model.PeriodicWork
-
execute
protected void execute(hudson.model.TaskListener taskListener) - Specified by:
executein classhudson.model.AsyncPeriodicWork
-