public class

IndexCommandResult

extends Object
implements Serializable
java.lang.Object
   ↳ com.atlassian.jira.web.action.admin.index.IndexCommandResult

Class Overview

Re-indexing tasks return this as their result. Its either a collection of errors or an index time.

Summary

Public Constructors
IndexCommandResult(ErrorCollection errorCollection)
IndexCommandResult(long reindexTime)
Public Methods
ErrorCollection getErrorCollection()
long getReindexTime()
boolean isSuccessful()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public IndexCommandResult (ErrorCollection errorCollection)

public IndexCommandResult (long reindexTime)

Public Methods

public ErrorCollection getErrorCollection ()

public long getReindexTime ()

public boolean isSuccessful ()