Interface IssueAttachmentDeleteHelper
- All Known Implementing Classes:
DefaultIssueAttachmentDeleteHelper
public interface IssueAttachmentDeleteHelper
Manager for deleting attachments for a given issue including any thumbnails for those
attachments.
- Since:
- v6.3
-
Method Summary
Modifier and TypeMethodDescriptionio.atlassian.util.concurrent.Promise<Void>
deleteAttachmentsForIssue
(Issue issue) Deletes attachments for the specified issue, including any thumbnails.
-
Method Details
-
deleteAttachmentsForIssue
Deletes attachments for the specified issue, including any thumbnails.- Parameters:
issue
- The issue for which to delete attachments.- Returns:
- A promise that contains a RemoveException if there is an error deleting attachments.
-