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 BackgroundJobResponse
BackgroundJobResponse. markJobAsFinished()
BackgroundJobResponse
BackgroundJobCleaner. process(Long jobId, Map<String,Object> parameters, long recommendedTimeout)
BackgroundJobResponse
BackgroundJobProcessor. process(Long jobId, Map<String,Object> parameters, long recommendedTimeout)
This method does the actual background operations.static BackgroundJobResponse
BackgroundJobResponse. scheduleNextRun(ChronoUnit unit, int duration, Map<String,Object> parameters)
static BackgroundJobResponse
BackgroundJobResponse. 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 BackgroundJobResponse
ContentTreePermissionReindexEventBackgroundSender. process(Long jobId, Map<String,Object> parameters, long recommendedTimeout)
-