Package com.atlassian.jira.issue.index
Class ReindexIssuesCompletedEvent
java.lang.Object
com.atlassian.jira.issue.index.ReindexIssuesCompletedEvent
- All Implemented Interfaces:
IndexEvent
Event raised when indexing a set of issues has completed.
- Since:
- v5.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longThe amount of time it took to reindex the issues. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
time
public final long timeThe amount of time it took to reindex the issues.
-
-
Constructor Details
-
ReindexIssuesCompletedEvent
public ReindexIssuesCompletedEvent(long time)
-