Class SynchronyEventsHardRemovalScheduledJob
java.lang.Object
com.atlassian.confluence.impl.schedule.jobs.synchrony.eviction.SynchronyEventsHardRemovalScheduledJob
- All Implemented Interfaces:
com.atlassian.scheduler.JobRunner
public class SynchronyEventsHardRemovalScheduledJob
extends Object
implements com.atlassian.scheduler.JobRunner
- Since:
- 7.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionSynchronyEventsHardRemovalScheduledJob
(SynchronyDataService synchronyDataService) -
Method Summary
Modifier and TypeMethodDescription@Nullable com.atlassian.scheduler.JobRunnerResponse
runJob
(com.atlassian.scheduler.JobRunnerRequest request)
-
Constructor Details
-
SynchronyEventsHardRemovalScheduledJob
-
-
Method Details
-
runJob
public @Nullable com.atlassian.scheduler.JobRunnerResponse runJob(com.atlassian.scheduler.JobRunnerRequest request) - Specified by:
runJob
in interfacecom.atlassian.scheduler.JobRunner
-