public class ReindexingAuditHandlerImpl extends AbstractAuditHandler implements ReindexingAuditHandler
| Constructor and Description |
|---|
ReindexingAuditHandlerImpl(com.atlassian.audit.api.AuditService auditService,
JiraDurationUtils durationUtils,
DateTimeFormatter dateTimeFormatter) |
| 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) |
handleExceptionpublic ReindexingAuditHandlerImpl(com.atlassian.audit.api.AuditService auditService,
JiraDurationUtils durationUtils,
DateTimeFormatter dateTimeFormatter)
public void handleReindexingStarted(boolean isBackgroundReindex)
handleReindexingStarted in interface ReindexingAuditHandlerpublic void handleReindexingCompleted(long startTime,
long duration,
boolean wasBackgroundReindex,
long reindexedIssuesCount,
long reindexedArchivedIssuesCount)
handleReindexingCompleted in interface ReindexingAuditHandlerpublic void handleBackgroundReindexingCancelled(long startTime)
handleBackgroundReindexingCancelled in interface ReindexingAuditHandlerCopyright © 2002-2021 Atlassian. All Rights Reserved.