Class 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.0
    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.
    • Method Detail

      • runJob

        public @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.
        Specified by:
        runJob in interface com.atlassian.scheduler.JobRunner