com.atlassian.jira.issue.index
Class ReindexIssuesCompletedEvent

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

public class ReindexIssuesCompletedEvent
extends Object

Event raised when indexing a set of issues has completed.

Since:
v5.0

Field Summary
 long time
          The amount of time it took to reindex the issues.
 
Constructor Summary
ReindexIssuesCompletedEvent(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
The amount of time it took to reindex the issues.

Constructor Detail

ReindexIssuesCompletedEvent

public ReindexIssuesCompletedEvent(long time)


Copyright © 2002-2014 Atlassian. All Rights Reserved.