Class DailyReportJob
- java.lang.Object
-
- com.atlassian.confluence.mail.jobs.DailyReportJob
-
- All Implemented Interfaces:
com.atlassian.scheduler.JobRunner
public class DailyReportJob extends Object implements com.atlassian.scheduler.JobRunner
-
-
Constructor Summary
Constructors Constructor Description DailyReportJob(DailyReportManager dailyReportManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable com.atlassian.scheduler.JobRunnerResponse
runJob(com.atlassian.scheduler.JobRunnerRequest request)
-
-
-
Constructor Detail
-
DailyReportJob
public DailyReportJob(DailyReportManager dailyReportManager)
-
-