|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.fisheye.spi.admin.data.RepositoryIndexingStatus
public class RepositoryIndexingStatus
A snapshot of the status of a repository's indexer. Use
RepositoryIndexer.getIndexingStatus()
to get newer snapshots of the indexing status.
Nested Class Summary | |
---|---|
static class |
RepositoryIndexingStatus.Builder
|
Method Summary | |
---|---|
java.lang.String |
getMessage()
Human readable status/error message. |
boolean |
hasError()
Whether there are any errors with the indexing. |
boolean |
isFullIndexingInProgress()
|
boolean |
isIncrementalIndexingInProgress()
|
boolean |
isLinesOfContentIndexingInProgress()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isFullIndexingInProgress()
public boolean isIncrementalIndexingInProgress()
public boolean isLinesOfContentIndexingInProgress()
public boolean hasError()
getMessage()
to retrieve a description of the error if this is the case.
public java.lang.String getMessage()
The message is descriptive and subject to change.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |