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.ExceptionRunnable

    Nested classes/interfaces inherited from interface hudson.ExtensionPoint

    hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
  • Field Summary

    Fields inherited from class hudson.model.AsyncPeriodicWork

    name

    Fields inherited from class hudson.model.PeriodicWork

    DAY, HOUR, logger, MIN
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    execute(hudson.model.TaskListener taskListener)
     
    long
     

    Methods inherited from class hudson.model.AsyncPeriodicWork

    createListener, doRun, getErrorLoggingLevel, getLogFile, getNormalLoggingLevel, getSlowLoggingLevel

    Methods inherited from class hudson.model.PeriodicWork

    all, getInitialDelay, init

    Methods inherited from class hudson.triggers.SafeTimerTask

    getLogsRoot, of, run

    Methods inherited from class java.util.TimerTask

    cancel, scheduledExecutionTime

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OPConnectPeriodicWork

      public OPConnectPeriodicWork()
  • Method Details

    • getRecurrencePeriod

      public long getRecurrencePeriod()
      Specified by:
      getRecurrencePeriod in class hudson.model.PeriodicWork
    • execute

      protected void execute(hudson.model.TaskListener taskListener)
      Specified by:
      execute in class hudson.model.AsyncPeriodicWork