public class InsightReindexedEvent extends Object
Constructor and Description |
---|
InsightReindexedEvent(Date startTime,
String reason,
List<String> affectedIndexes,
String type,
long duration,
boolean clean,
boolean successful,
String failureReason,
int affectedObjectCount) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAffectedIndexes() |
int |
getAffectedObjectCount() |
long |
getDuration() |
String |
getFailureReason() |
String |
getReason() |
Date |
getStartTime() |
String |
getType() |
boolean |
isClean() |
boolean |
isSuccessful() |
public int getAffectedObjectCount()
public long getDuration()
public String getFailureReason()
public String getReason()
public Date getStartTime()
public String getType()
public boolean isClean()
public boolean isSuccessful()
Copyright © 2024 Atlassian. All rights reserved.