Interface and Description |
---|
org.xwiki.job.JobManager
since 6.1M2, use
JobExecutor instead |
Class and Description |
---|
org.xwiki.job.event.status.StepProgressEvent
since 7.1M2, use
StartStepProgressEvent instead |
Method and Description |
---|
org.xwiki.job.event.status.JobStatus.getLog(LogLevel)
since 4.1RC1 use
LogQueue.getLogs(LogLevel) instead |
org.xwiki.job.Job.start(Request)
since 5.1M2 use
Job.initialize(Request) then Runnable.run() instead |
org.xwiki.job.event.status.JobProgressManager.stepPropress(Object)
since 7.1M2, use
JobProgressManager.startStep(Object) instead |
Copyright © 2004–2015 XWiki. All rights reserved.