public interface ReindexingAuditHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleBackgroundReindexingCancelled(long startTime) |
void |
handleReindexingCompleted(long startTime,
long duration,
boolean wasBackgroundReindex,
long reindexedIssuesCount,
long reindexedArchivedIssuesCount) |
void |
handleReindexingStarted(boolean isBackgroundReindex) |
void handleReindexingStarted(boolean isBackgroundReindex)
void handleReindexingCompleted(long startTime,
long duration,
boolean wasBackgroundReindex,
long reindexedIssuesCount,
long reindexedArchivedIssuesCount)
void handleBackgroundReindexingCancelled(long startTime)
Copyright © 2002-2021 Atlassian. All Rights Reserved.