Class IndexingControl.IndexingProgress
java.lang.Object
com.atlassian.jira.functest.framework.backdoor.IndexingControl.IndexingProgress
- Enclosing class:
- IndexingControl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
abstract String
void
Waits until the indexing is finished.void
-
Constructor Details
-
IndexingProgress
public IndexingProgress()
-
-
Method Details
-
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. -
waitForIndexingStarted
public void waitForIndexingStarted() -
getProgress
public long getProgress() -
getTaskId
-