public final class DefaultIssueAttachmentDeleteHelper extends Object implements IssueAttachmentDeleteHelper
Constructor and Description |
---|
DefaultIssueAttachmentDeleteHelper(AttachmentManager attachmentManager,
AttachmentStore attachmentStore,
ThumbnailAccessor thumbnailAccessor) |
Modifier and Type | Method and Description |
---|---|
io.atlassian.util.concurrent.Promise<Void> |
deleteAttachmentsForIssue(Issue issue)
Deletes attachments for the specified issue, including any thumbnails.
|
public DefaultIssueAttachmentDeleteHelper(AttachmentManager attachmentManager, AttachmentStore attachmentStore, ThumbnailAccessor thumbnailAccessor)
public io.atlassian.util.concurrent.Promise<Void> deleteAttachmentsForIssue(Issue issue)
IssueAttachmentDeleteHelper
deleteAttachmentsForIssue
in interface IssueAttachmentDeleteHelper
issue
- The issue for which to delete attachments.Copyright © 2002-2019 Atlassian. All Rights Reserved.