March 28th 1 PM ET
Free Workshop: Escape the chaos of context-switching

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

ScriptRunner – Javadocs – Class ReindexLogEntry

Contains a reindex message.

Summary

Constructors

Visibility Signature
public ReindexLogEntry()
public ReindexLogEntry( String message)
public ReindexLogEntry( String errorMessage, boolean isError)
public ReindexLogEntry( String errorMsg, Throwable ex)
public ReindexLogEntry(long time, boolean error, String message, String details)

Methods

Type and modifiers Method signature
public String getDetails()
public long getInsertionTime()
public String getMessage()
public boolean isError()
public void setDetails( String details)
public void setError(boolean error)
public void setInsertionTime(long insertionTime)
public void setMessage( String message)

Constructors

ReindexLogEntry()

ReindexLogEntry(String)

ReindexLogEntry(String, boolean)

ReindexLogEntry(String, Throwable)

ReindexLogEntry(long, boolean, String, String)

Methods

getDetails()

If an exception was thrown then the details contain the exception stacktrace.

getInsertionTime()

Unix time of the message measured in milliseconds.

getMessage()

Returns the message.

isError()

Returns whether the message is an error message.

setDetails(String)

setError(boolean)

setInsertionTime(long)

setMessage(String)

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