Uses of Class
com.atlassian.confluence.impl.backgroundjob.BackgroundJobResponse
-
Packages that use BackgroundJobResponse Package Description com.atlassian.confluence.impl.backgroundjob com.atlassian.confluence.impl.content -
-
Uses of BackgroundJobResponse in com.atlassian.confluence.impl.backgroundjob
Methods in com.atlassian.confluence.impl.backgroundjob that return BackgroundJobResponse Modifier and Type Method Description static BackgroundJobResponseBackgroundJobResponse. markJobAsFinished()BackgroundJobResponseBackgroundJobCleaner. process(Long jobId, Map<String,Object> parameters, long recommendedTimeout)BackgroundJobResponseBackgroundJobProcessor. process(Long jobId, Map<String,Object> parameters, long recommendedTimeout)This method does the actual background operations.static BackgroundJobResponseBackgroundJobResponse. scheduleNextRun(ChronoUnit unit, int duration, Map<String,Object> parameters)static BackgroundJobResponseBackgroundJobResponse. scheduleNextRunNow(Map<String,Object> parameters) -
Uses of BackgroundJobResponse in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content that return BackgroundJobResponse Modifier and Type Method Description BackgroundJobResponseContentTreePermissionReindexEventBackgroundSender. process(Long jobId, Map<String,Object> parameters, long recommendedTimeout)
-