com.atlassian.sal.core.scheduling
Class QuartzPluginScheduler.QuartzPluginJob
java.lang.Object
com.atlassian.sal.core.scheduling.QuartzPluginScheduler.QuartzPluginJob
- All Implemented Interfaces:
- org.quartz.Job
- Enclosing class:
- QuartzPluginScheduler
public static class QuartzPluginScheduler.QuartzPluginJob
- extends Object
- implements org.quartz.Job
A Quartz job that executes a PluginJob
|
Method Summary |
void |
execute(org.quartz.JobExecutionContext jobExecutionContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuartzPluginScheduler.QuartzPluginJob
public QuartzPluginScheduler.QuartzPluginJob()
execute
public void execute(org.quartz.JobExecutionContext jobExecutionContext)
throws org.quartz.JobExecutionException
- Specified by:
execute in interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException
Copyright © 2015 Atlassian. All rights reserved.