com.atlassian.jira.functest.framework.backdoor
Class IndexingControl.IndexingProgress

java.lang.Object
  extended by com.atlassian.jira.functest.framework.backdoor.IndexingControl.IndexingProgress
Enclosing class:
IndexingControl

public class IndexingControl.IndexingProgress
extends Object


Constructor Summary
IndexingControl.IndexingProgress()
           
 
Method Summary
 void waitForCompletion()
          Waits until the indexing is finished.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexingControl.IndexingProgress

public IndexingControl.IndexingProgress()
Method Detail

waitForCompletion

public void waitForCompletion()
Waits until the indexing is finished. This method works by polling the server in increasing intervals starting from MILLIS_PER_CHUNK.



Copyright © 2002-2013 Atlassian. All Rights Reserved.