Class DeferredFileDeletionJob
java.lang.Object
com.atlassian.confluence.impl.schedule.jobs.filedeletion.DeferredFileDeletionJob
- All Implemented Interfaces:
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
ConstructorsConstructorDescriptionDeferredFileDeletionJob
(PageManagerInternal pageManager, AttachmentManagerInternal attachmentManager, DeferredFileDeletionQueue deletionQueue, AttachmentDataFileSystemV003 attachmentDataFileSystemV003) -
Method Summary
Modifier and TypeMethodDescription@Nullable com.atlassian.scheduler.JobRunnerResponse
runJob
(com.atlassian.scheduler.JobRunnerRequest request)
-
Constructor Details
-
DeferredFileDeletionJob
public DeferredFileDeletionJob(PageManagerInternal pageManager, AttachmentManagerInternal attachmentManager, DeferredFileDeletionQueue deletionQueue, AttachmentDataFileSystemV003 attachmentDataFileSystemV003)
-
-
Method Details
-
runJob
public @Nullable com.atlassian.scheduler.JobRunnerResponse runJob(com.atlassian.scheduler.JobRunnerRequest request) - Specified by:
runJob
in interfacecom.atlassian.scheduler.JobRunner
-