public class

UserHistoryDatabaseCompactor

extends Object
implements Startable JobRunner
java.lang.Object
   ↳ com.atlassian.jira.user.UserHistoryDatabaseCompactor

Class Overview

Job which clears userhistoryitem table from entries older than 90 days

Summary

Public Constructors
UserHistoryDatabaseCompactor(UserHistoryStore userHistoryStore)
Public Methods
@Nullable JobRunnerResponse runJob(JobRunnerRequest jobRunnerRequest)
void start()
This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.extension.Startable
From interface com.atlassian.scheduler.JobRunner

Public Constructors

public UserHistoryDatabaseCompactor (UserHistoryStore userHistoryStore)

Public Methods

@Nullable public JobRunnerResponse runJob (JobRunnerRequest jobRunnerRequest)

public void start ()

This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework.

Throws
Exception