Class DeferredFileDeletionQueue
- java.lang.Object
-
- com.atlassian.confluence.schedule.jobs.filedeletion.DeferredFileDeletionQueue
-
@Deprecated(since="8.8.0", forRemoval=true) @ThreadSafe public class DeferredFileDeletionQueue extends Object
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8.0. Will be removed in 9.0A queue for files that are scheduled for deletion.
-
-
Constructor Summary
Constructors Constructor Description DeferredFileDeletionQueue()
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 void
offer(io.atlassian.fugue.Either<AttachmentRef,AttachmentRef.Container> container, File file)
Deprecated, for removal: This API element is subject to removal in a future version.void
offer(File file)
Deprecated, for removal: This API element is subject to removal in a future version.Offer a file to be deleted
-
-
-
Method Detail
-
offer
public void offer(io.atlassian.fugue.Either<AttachmentRef,AttachmentRef.Container> container, File file)
Deprecated, for removal: This API element is subject to removal in a future version.
-
offer
public void offer(File file)
Deprecated, for removal: This API element is subject to removal in a future version.Offer a file to be deleted- Parameters:
file
-
-
-