Class IndexCommandResult
java.lang.Object
com.atlassian.jira.web.action.admin.index.IndexCommandResult
- All Implemented Interfaces:
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 Summary
ConstructorsConstructorDescriptionIndexCommandResult(long reindexTime) IndexCommandResult(ErrorCollection errorCollection) -
Method Summary
Modifier and TypeMethodDescriptionlongboolean
-
Constructor Details
-
IndexCommandResult
-
IndexCommandResult
public IndexCommandResult(long reindexTime)
-
-
Method Details
-
getErrorCollection
-
getReindexTime
public long getReindexTime() -
isSuccessful
public boolean isSuccessful()
-