Class DeferredFileDeletionJob
- java.lang.Object
-
- com.atlassian.confluence.schedule.jobs.filedeletion.DeferredFileDeletionJob
-
- All Implemented Interfaces:
com.atlassian.scheduler.JobRunner
@Deprecated(since="8.8.0", forRemoval=true) public class DeferredFileDeletionJob extends Object implements com.atlassian.scheduler.JobRunner
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8.0. Will be removed in 9.0Deletes 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)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description @Nullable com.atlassian.scheduler.JobRunnerResponse
runJob(com.atlassian.scheduler.JobRunnerRequest request)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
DeferredFileDeletionJob
public DeferredFileDeletionJob(PageManagerInternal pageManager, AttachmentManagerInternal attachmentManager, DeferredFileDeletionQueue deletionQueue, AttachmentDataFileSystemV003 attachmentDataFileSystemV003)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-