@Internal public class IndexRecoveryCommand extends Object implements Callable<IndexCommandResult>, ProvidesTaskProgress
| Modifier and Type | Field and Description |
|---|---|
static String |
JIRA_INDEX_RECOVERY_MSG |
| Constructor and Description |
|---|
IndexRecoveryCommand(ApplicationUser user,
IndexRecoveryService indexRecoveryService,
org.apache.log4j.Logger log,
I18nHelper i18nHelper,
String recoveryFilename) |
| Modifier and Type | Method and Description |
|---|---|
IndexCommandResult |
call() |
void |
setTaskProgressSink(TaskProgressSink taskProgressSink)
This is called to set in a TaskProgressSink that can be used to send task progress information to
|
public static final String JIRA_INDEX_RECOVERY_MSG
public IndexRecoveryCommand(ApplicationUser user, IndexRecoveryService indexRecoveryService, org.apache.log4j.Logger log, I18nHelper i18nHelper, String recoveryFilename)
public IndexCommandResult call() throws Exception
call in interface Callable<IndexCommandResult>Exceptionpublic void setTaskProgressSink(TaskProgressSink taskProgressSink)
ProvidesTaskProgresssetTaskProgressSink in interface ProvidesTaskProgresstaskProgressSink - a TaskProgressSink that can be used to send task progress information toCopyright © 2002-2015 Atlassian. All Rights Reserved.