Class DeferredLongRunningTask

java.lang.Object
com.atlassian.confluence.it.LongRunningTask
com.atlassian.confluence.it.DeferredLongRunningTask

public class DeferredLongRunningTask extends LongRunningTask
Certain long running tasks (such as a site restore) are deferred until a subsequent call to the longrunningtaskxml action is made to indicate that it's safe to start the task.

In this case, we want to query the longrunningtaskxml action instead of refreshing the status page to check progress.