Git Integration for Jira Self-Managed (Data Center/Server) Documentation

Contact Support
GitKraken Status  

Class 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.

setCompletionPercentage(Double)

setFinished(boolean)

setMessages(List)

setThreadId(String)

Have feedback about this article? Did we miss something? Let us know!
On this page