com.atlassian.jira.web.action.admin.index
Class IndexCommandResult

java.lang.Object
  extended by com.atlassian.jira.web.action.admin.index.IndexCommandResult

public class IndexCommandResult
extends java.lang.Object

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

Since:
3.13

Constructor Summary
IndexCommandResult(ErrorCollection errorCollection)
           
IndexCommandResult(long reindexTime)
           
 
Method Summary
 ErrorCollection getErrorCollection()
           
 long getReindexTime()
           
 boolean isSuccessful()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexCommandResult

public IndexCommandResult(ErrorCollection errorCollection)

IndexCommandResult

public IndexCommandResult(long reindexTime)
Method Detail

getErrorCollection

public ErrorCollection getErrorCollection()

getReindexTime

public long getReindexTime()

isSuccessful

public boolean isSuccessful()


Copyright © 2002-2010 Atlassian. All Rights Reserved.