Class AttachmentMigrationLongRunningTask
- java.lang.Object
-
- com.atlassian.core.task.longrunning.AbstractLongRunningTask
-
- com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
-
- com.atlassian.confluence.util.longrunning.AttachmentMigrationLongRunningTask
-
- All Implemented Interfaces:
com.atlassian.core.task.longrunning.LongRunningTask,Runnable
public class AttachmentMigrationLongRunningTask extends ConfluenceAbstractLongRunningTask
-
-
Field Summary
Fields Modifier and Type Field Description protected AttachmentDao.AttachmentMigratormigrator
-
Constructor Summary
Constructors Constructor Description AttachmentMigrationLongRunningTask(String destinationStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()voidrunInternal()Run the long running process.-
Methods inherited from class com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
getResourceBundle, run
-
-
-
-
Field Detail
-
migrator
protected AttachmentDao.AttachmentMigrator migrator
-
-
Constructor Detail
-
AttachmentMigrationLongRunningTask
public AttachmentMigrationLongRunningTask(String destinationStore)
-
-
Method Detail
-
runInternal
public void runInternal()
Description copied from class:ConfluenceAbstractLongRunningTaskRun the long running process. When this method exits, the process should be complete.- Specified by:
runInternalin classConfluenceAbstractLongRunningTask
-
getName
public String getName()
-
-