Class VersioningCleanupService

java.lang.Object
com.atlassian.jira.versioning.VersioningCleanupService
All Implemented Interfaces:
Startable, com.atlassian.scheduler.JobRunner

public class VersioningCleanupService extends Object implements com.atlassian.scheduler.JobRunner, Startable
  • Constructor Details

  • Method Details

    • runJob

      @Nullable public com.atlassian.scheduler.JobRunnerResponse runJob(com.atlassian.scheduler.JobRunnerRequest request)
      Specified by:
      runJob in interface com.atlassian.scheduler.JobRunner
    • getRetentionPeriod

      public Duration 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.
      Specified by:
      start in interface Startable
    • stop

      public void stop()