public abstract class ConfluenceAbstractLongRunningTask
extends com.atlassian.core.task.longrunning.AbstractLongRunningTask
| Constructor and Description | 
|---|
ConfluenceAbstractLongRunningTask()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ResourceBundle | 
getResourceBundle()  | 
void | 
run()
Starts the thread of the long running task. 
 | 
protected abstract void | 
runInternal()
Run the long running process. 
 | 
getCurrentStatus, getElapsedTime, getEstimatedTimeRemaining, getNameKey, getPercentageComplete, getPrettyElapsedTime, getPrettyTimeRemaining, isComplete, isSuccessful, stopTimerpublic final void run()
runInternal instead.protected abstract void runInternal()
protected ResourceBundle getResourceBundle()
getResourceBundle in class com.atlassian.core.task.longrunning.AbstractLongRunningTaskCopyright © 2003–2022 Atlassian. All rights reserved.