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

java.lang.Object
  extended by 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:
Serialized Form

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-2014 Atlassian. All Rights Reserved.