com.atlassian.jira.issue.managers
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
 com.atlassian.util.concurrent.Promise<Void> deleteAttachmentsForIssue(Issue issue)
          Deletes attachments for the specified issue, including any thumbnails.
 

Method Detail

deleteAttachmentsForIssue

com.atlassian.util.concurrent.Promise<Void> deleteAttachmentsForIssue(Issue issue)
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.


Copyright © 2002-2014 Atlassian. All Rights Reserved.