java.lang.Object
com.riadalabs.jira.plugins.insight.services.events.objects.event.InsightReindexedEvent

public class InsightReindexedEvent extends Object
  • Constructor Details

    • InsightReindexedEvent

      public InsightReindexedEvent(Date startTime, String reason, List<String> affectedIndexes, String type, long duration, boolean clean, boolean successful, String failureReason, int affectedObjectCount, int errorObjectCount)
  • Method Details

    • getAffectedIndexes

      public List<String> getAffectedIndexes()
    • getAffectedObjectCount

      public int getAffectedObjectCount()
    • getDuration

      public long getDuration()
    • getFailureReason

      public String getFailureReason()
    • getReason

      public String getReason()
    • getStartTime

      public Date getStartTime()
    • getType

      public String getType()
    • isClean

      public boolean isClean()
    • isSuccessful

      public boolean isSuccessful()
    • getErrorObjectCount

      public int getErrorObjectCount()