com.atlassian.confluence.mail.jobs
Class DailyReportJob
java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
com.atlassian.quartz.jobs.AbstractJob
com.atlassian.confluence.mail.jobs.DailyReportJob
- All Implemented Interfaces:
- com.opensymphony.xwork.LocaleProvider, org.quartz.Job
public class DailyReportJob
- extends AbstractJob
Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean |
execute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DailyReportJob
public DailyReportJob()
getDailyReportManager
public DailyReportManager getDailyReportManager()
setDailyReportManager
public void setDailyReportManager(DailyReportManager dailyReportManager)
doExecute
public void doExecute(org.quartz.JobExecutionContext jobExecutionContext)
throws org.quartz.JobExecutionException
- Specified by:
doExecute
in class AbstractJob
- Throws:
org.quartz.JobExecutionException