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.AttachmentMigrator
migrator
-
Constructor Summary
Constructors Constructor Description AttachmentMigrationLongRunningTask(String destinationStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
void
runInternal()
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:ConfluenceAbstractLongRunningTask
Run the long running process. When this method exits, the process should be complete.- Specified by:
runInternal
in classConfluenceAbstractLongRunningTask
-
getName
public String getName()
-
-