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.
-
-
Constructor Summary
Constructors Constructor Description DeferredFileDeletionJob(PageManagerInternal pageManager, AttachmentManagerInternal attachmentManager, DeferredFileDeletionQueue deletionQueue, AttachmentDataFileSystemInternals attachmentDataFileSystemInternals)
-
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, AttachmentDataFileSystemInternals attachmentDataFileSystemInternals)
-
-