Class 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.0
    A queue for files that are scheduled for deletion.
    • Constructor Detail

      • DeferredFileDeletionQueue

        public DeferredFileDeletionQueue()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • 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 -