Constructor and Description |
---|
VersioningCleanupService(EntityVersioningManager entityVersioningManager,
ApplicationProperties applicationProperties,
com.atlassian.scheduler.SchedulerService schedulerService) |
Modifier and Type | Method and Description |
---|---|
java.time.Duration |
getRetentionPeriod() |
com.atlassian.scheduler.JobRunnerResponse |
runJob(com.atlassian.scheduler.JobRunnerRequest request) |
void |
start()
This method will be called after the plugin system is fully initialised and all components added to the
dependency injection framework.
|
void |
stop() |
public VersioningCleanupService(EntityVersioningManager entityVersioningManager, ApplicationProperties applicationProperties, com.atlassian.scheduler.SchedulerService schedulerService)
@Nullable public com.atlassian.scheduler.JobRunnerResponse runJob(com.atlassian.scheduler.JobRunnerRequest request)
runJob
in interface com.atlassian.scheduler.JobRunner
public java.time.Duration getRetentionPeriod()
public void start()
Startable
public void stop()
Copyright © 2002-2024 Atlassian. All Rights Reserved.