Package com.enonic.xp.task
Class TaskProgressReporterContext
- java.lang.Object
-
- com.enonic.xp.task.TaskProgressReporterContext
-
@PublicApi public final class TaskProgressReporterContext extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TaskProgressReporterContext()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProgressReporter
current()
static RunnableTask
withContext(RunnableTask runnableTask)
-
-
-
Method Detail
-
current
public static ProgressReporter current()
-
withContext
public static RunnableTask withContext(RunnableTask runnableTask)
-
-