Class IndexCommandResult

java.lang.Object
com.atlassian.jira.web.action.admin.index.IndexCommandResult
All Implemented Interfaces:
Serializable

public class IndexCommandResult extends Object implements Serializable
Re-indexing tasks return this as their result. Its either a collection of errors or an index time.
Since:
3.13
See Also:
  • Constructor Details

    • IndexCommandResult

      public IndexCommandResult(ErrorCollection errorCollection)
    • IndexCommandResult

      public IndexCommandResult(long reindexTime)
  • Method Details

    • getErrorCollection

      public ErrorCollection getErrorCollection()
    • getReindexTime

      public long getReindexTime()
    • isSuccessful

      public boolean isSuccessful()