Package com.atlassian.jira.versioning
Class VersioningCleanupService
java.lang.Object
com.atlassian.jira.versioning.VersioningCleanupService
- All Implemented Interfaces:
Startable
,com.atlassian.scheduler.JobRunner
-
Constructor Summary
ConstructorsConstructorDescriptionVersioningCleanupService
(EntityVersioningManager entityVersioningManager, ApplicationProperties applicationProperties, com.atlassian.scheduler.SchedulerService schedulerService) -
Method Summary
-
Constructor Details
-
VersioningCleanupService
public VersioningCleanupService(EntityVersioningManager entityVersioningManager, ApplicationProperties applicationProperties, com.atlassian.scheduler.SchedulerService schedulerService)
-
-
Method Details
-
runJob
@Nullable public com.atlassian.scheduler.JobRunnerResponse runJob(com.atlassian.scheduler.JobRunnerRequest request) - Specified by:
runJob
in interfacecom.atlassian.scheduler.JobRunner
-
getRetentionPeriod
-
start
public void start()Description copied from interface:Startable
This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework. -
stop
public void stop()
-