com.atlassian.jira.functest.framework.navigation.issue
Interface AttachmentManagement

All Known Implementing Classes:
DefaultAttachmentManagement

public interface AttachmentManagement

Represents the View Issue --> Manage Attachments page. NOTES: The methods defined here assume that the current page is the manage attachments page.

Since:
v4.1

Method Summary
 void delete()
          Deletes all the attachments shown in the manage attachments page for an specific issue.
 String downloadAttachmentAsString(long id, String title)
          Downloads the attachment with the given id and title.
 

Method Detail

delete

void delete()
Deletes all the attachments shown in the manage attachments page for an specific issue.


downloadAttachmentAsString

String downloadAttachmentAsString(long id,
                                  String title)
Downloads the attachment with the given id and title. Only call if you know the attachment is a plain text attachment, otherwise you may get encoding exceptions



Copyright © 2002-2013 Atlassian. All Rights Reserved.