Class DeferredFileDeletionJob
- java.lang.Object
-
- com.atlassian.confluence.schedule.jobs.filedeletion.DeferredFileDeletionJob
-
- All Implemented Interfaces:
com.atlassian.scheduler.JobRunner
public class DeferredFileDeletionJob extends Object implements com.atlassian.scheduler.JobRunner
Deletes files or directories that were scheduled for deletion. At present this is only used for when attachment moves fail in the V003 attachment system.
-
-
Constructor Summary
Constructors Constructor Description DeferredFileDeletionJob(PageManagerInternal pageManager, AttachmentManagerInternal attachmentManager, DeferredFileDeletionQueue deletionQueue, AttachmentDataFileSystemV003 attachmentDataFileSystemV003)
-
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
-
DeferredFileDeletionJob
public DeferredFileDeletionJob(PageManagerInternal pageManager, AttachmentManagerInternal attachmentManager, DeferredFileDeletionQueue deletionQueue, AttachmentDataFileSystemV003 attachmentDataFileSystemV003)
-
-