April 30th 1 PM ET

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

ScriptRunner – Javadocs – Class IndexStatusResponse

Contains status of a reindex.

Summary

Constructors

Visibility Signature
public IndexStatusResponse()
public IndexStatusResponse( String threadId)

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()

IndexStatusResponse(String)

Methods

getCompletionPercentage()

Returns the completion percentage.

getErrorsCount()

Returns the number of errors appeared during the reindex.

getMessages()

getThreadId()

Reindex the thread id.

isFinished()

Returns whether the reindex is finished (true) or not (false).

setCompletionPercentage(Double)

setFinished(boolean)

setMessages(List<ReindexLogEntry>)

setThreadId(String)

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