public class

ReindexIssuesCompletedEvent

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.index.ReindexIssuesCompletedEvent

Class Overview

Event raised when indexing a set of issues has completed.

Summary

Fields
public final long time The amount of time it took to reindex the issues.
Public Constructors
ReindexIssuesCompletedEvent(long time)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public final long time

The amount of time it took to reindex the issues.

Public Constructors

public ReindexIssuesCompletedEvent (long time)