public class ImportLongRunningTask extends ConfluenceAbstractLongRunningTask
log, progress
Constructor and Description |
---|
ImportLongRunningTask(com.atlassian.event.api.EventPublisher eventPublisher,
ConfluenceIndexManager yeOldeIndexManager,
ImportExportManager importExportManager,
ImportContext context)
Deprecated.
Use the other constructor.
|
ImportLongRunningTask(com.atlassian.event.api.EventPublisher eventPublisher,
IndexManager indexManager,
ImportExportManager importExportManager,
ImportContext context) |
Modifier and Type | Method and Description |
---|---|
protected I18NBean |
getI18nBean() |
ImmutableImportProcessorSummary |
getImportProcessorSummary() |
String |
getName() |
String |
getNameKey()
Internationalisation key for the name of the task, so that the task's name
can be displayed in the User Interface.
|
void |
runInternal()
Run the long running process.
|
getResourceBundle, run
getCurrentStatus, getElapsedTime, getEstimatedTimeRemaining, getPercentageComplete, getPrettyElapsedTime, getPrettyTimeRemaining, isComplete, isSuccessful, stopTimer
@Deprecated public ImportLongRunningTask(com.atlassian.event.api.EventPublisher eventPublisher, ConfluenceIndexManager yeOldeIndexManager, ImportExportManager importExportManager, ImportContext context)
public ImportLongRunningTask(com.atlassian.event.api.EventPublisher eventPublisher, IndexManager indexManager, ImportExportManager importExportManager, ImportContext context)
protected I18NBean getI18nBean()
public void runInternal()
ConfluenceAbstractLongRunningTask
runInternal
in class ConfluenceAbstractLongRunningTask
public String getName()
public String getNameKey()
AbstractLongRunningTask
getNameKey
in interface LongRunningTask
getNameKey
in class AbstractLongRunningTask
public ImmutableImportProcessorSummary getImportProcessorSummary()
Copyright © 2003–2017 Atlassian. All rights reserved.