Class LongRunningTaskUtils
- java.lang.Object
-
- com.atlassian.confluence.util.longrunning.LongRunningTaskUtils
-
@Deprecated public class LongRunningTaskUtils extends Object
Deprecated.since 4.0. This class is spun from purest evil. Use the LongRunningTaskManager directly instead.
-
-
Constructor Summary
Constructors Constructor Description LongRunningTaskUtils()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
removeTask()
Deprecated.static com.atlassian.core.task.longrunning.LongRunningTask
retrieveTask()
Deprecated.static void
startTask(com.atlassian.core.task.longrunning.LongRunningTask task)
Deprecated.static String
startTask(com.atlassian.core.task.longrunning.LongRunningTask task, com.atlassian.user.User user)
Deprecated.
-
-
-
Method Detail
-
startTask
public static String startTask(com.atlassian.core.task.longrunning.LongRunningTask task, com.atlassian.user.User user)
Deprecated.
-
startTask
public static void startTask(com.atlassian.core.task.longrunning.LongRunningTask task)
Deprecated.
-
retrieveTask
public static com.atlassian.core.task.longrunning.LongRunningTask retrieveTask()
Deprecated.
-
removeTask
public static void removeTask()
Deprecated.
-
-