- Package com.bigbrassband.jira.git.rest.publicmodels
- Object > com.bigbrassband.jira.git.rest.DefaultRestResponse > IndexStatusResponse
Contains status of a reindex.
Summary
Constructors
Visibility | Signature |
---|---|
public |
IndexStatusResponse() |
Methods
Type and modifiers | Method signature |
---|---|
public Double |
getCompletionPercentage() |
public long |
getErrorsCount() |
public List <ReindexLogEntry> |
getMessages() |
public String |
getThreadId() |
public boolean |
isFinished() |
public void |
setCompletionPercentage( Double completionPercentage) |
public void |
setFinished(boolean finished) |
public void |
setMessages( List <ReindexLogEntry> messages) |
public void |
setThreadId( String threadId) |
Constructors
IndexStatusResponse()
Methods
getCompletionPercentage()
Returns completion percentage.
getErrorsCount()
Returns number of errors appeared during the reindex.
getMessages()
getThreadId()
Reindex thread id.
isFinished()
Returns whether the reindex is finished.