public final class DefaultIssueAttachmentDeleteHelper extends Object implements IssueAttachmentDeleteHelper
Constructor and Description |
---|
DefaultIssueAttachmentDeleteHelper(AttachmentManager attachmentManager,
AttachmentStore attachmentStore,
ThumbnailAccessor thumbnailAccessor) |
Modifier and Type | Method and Description |
---|---|
com.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 com.atlassian.util.concurrent.Promise<Void> deleteAttachmentsForIssue(Issue issue)
IssueAttachmentDeleteHelper
deleteAttachmentsForIssue
in interface IssueAttachmentDeleteHelper
issue
- The issue for which to delete attachments.Copyright © 2002-2017 Atlassian. All Rights Reserved.
View cookie preferences