Package com.xpn.xwiki.plugin.scheduler


package com.xpn.xwiki.plugin.scheduler
  • Class
    Description
    Base class for any XWiki Quartz Job.
    The task that will get executed by the Scheduler when the Job is triggered.
    Wrapper around the Quartz trigger's inner state of a Scheduler Job.
    See SchedulerPluginApi for documentation.
    A Scheduler plugin to plan execution of Jobs from XWiki with cron expressions.
    An exception that might be thrown when doing various tasks in the scheduler plugin.