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, stopTimer
public final void run()
runInternal
instead.protected abstract void runInternal()
protected ResourceBundle getResourceBundle()
getResourceBundle
in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
Copyright © 2003–2018 Atlassian. All rights reserved.