Modifier and Type | Method and Description |
---|---|
JobState |
SchedulerPluginApi.getJobStatus(Object object) |
Date |
SchedulerPlugin.getNextFireTime(BaseObject object,
XWikiContext context)
Get the next fire time for the given job name SchedulerJob
|
Date |
SchedulerPlugin.getPreviousFireTime(BaseObject object,
XWikiContext context)
Give, for a BaseObject job in a
JobState.STATE_NORMAL state, the previous date at which the job has been
executed. |
void |
SchedulerPlugin.pauseJob(BaseObject object,
XWikiContext context)
Pause the job with the given name by pausing all of its current triggers.
|
void |
SchedulerPlugin.resumeJob(BaseObject object,
XWikiContext context)
Resume the job with the given name (un-pause)
|
boolean |
SchedulerPlugin.scheduleJob(BaseObject object,
XWikiContext context) |
void |
SchedulerPlugin.triggerJob(BaseObject object,
XWikiContext context)
Trigger a job (execute it now)
|
void |
SchedulerPlugin.unscheduleJob(BaseObject object,
XWikiContext context)
Unschedule the given job
|
Copyright © 2004–2021 XWiki. All rights reserved.