com.atlassian.confluence.util.longrunning
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, java.lang.Runnable
public class AttachmentMigrationLongRunningTask
- extends ConfluenceAbstractLongRunningTask
Fields inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTask |
progress |
Constructor Summary |
AttachmentMigrationLongRunningTask(java.lang.String destinationStore,
java.lang.String webdavUrl,
java.lang.String webdavLogin,
java.lang.String webdavPassword)
|
Methods inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTask |
getCurrentStatus, getElapsedTime, getEstimatedTimeRemaining, getNameKey, getPercentageComplete, getPrettyElapsedTime, getPrettyTimeRemaining, isComplete, isSuccessful, stopTimer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
migrator
protected AttachmentDao.AttachmentMigrator migrator
AttachmentMigrationLongRunningTask
public AttachmentMigrationLongRunningTask(java.lang.String destinationStore,
java.lang.String webdavUrl,
java.lang.String webdavLogin,
java.lang.String webdavPassword)
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 class ConfluenceAbstractLongRunningTask
getName
public java.lang.String getName()
setJohnsonEventContainer
public void setJohnsonEventContainer(com.atlassian.johnson.JohnsonEventContainer johnsonEventContainer)
Copyright © 2003-2014 Atlassian. All Rights Reserved.