Class SynchronyEventsSoftRemovalScheduledJob
- java.lang.Object
-
- com.atlassian.confluence.impl.schedule.jobs.synchrony.eviction.SynchronyEventsSoftRemovalScheduledJob
-
- All Implemented Interfaces:
com.atlassian.scheduler.JobRunner
public class SynchronyEventsSoftRemovalScheduledJob extends Object implements com.atlassian.scheduler.JobRunner
- Since:
- 7.0.0
-
-
Constructor Summary
Constructors Constructor Description SynchronyEventsSoftRemovalScheduledJob(SynchronyDataService synchronyDataService)
-
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
-
SynchronyEventsSoftRemovalScheduledJob
public SynchronyEventsSoftRemovalScheduledJob(SynchronyDataService synchronyDataService)
-
-