com.atlassian.jira.issue.index
Class ReindexAllCompletedEvent

java.lang.Object
  extended by com.atlassian.jira.issue.index.ReindexAllCompletedEvent

public class ReindexAllCompletedEvent
extends Object

Raised when "reindex all" has completed.

Since:
v5.0

Field Summary
 long time
          How long it took for the reindex to occur.
 
Constructor Summary
ReindexAllCompletedEvent(long time)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

public final long time
How long it took for the reindex to occur.

Constructor Detail

ReindexAllCompletedEvent

public ReindexAllCompletedEvent(long time)


Copyright © 2002-2013 Atlassian. All Rights Reserved.