Class RunnableJobRunner
- java.lang.Object
-
- com.atlassian.confluence.schedule.RunnableJobRunner
-
-
Constructor Summary
Constructors Constructor Description RunnableJobRunner(Runnable task)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable com.atlassian.scheduler.JobRunnerResponse
runJob(com.atlassian.scheduler.JobRunnerRequest request)
-
-
-
Constructor Detail
-
RunnableJobRunner
public RunnableJobRunner(Runnable task)
-
-