Class DefaultAttachmentManagement
java.lang.Object
com.atlassian.jira.functest.framework.navigation.issue.DefaultAttachmentManagement
- All Implemented Interfaces:
AttachmentManagement
- Since:
- v4.1
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultAttachmentManagement(net.sourceforge.jwebunit.WebTester tester, com.atlassian.jira.testkit.client.log.FuncTestLogger logger) -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Deletes all the attachments shown in the manage attachments page for an specific issue.downloadAttachmentAsString(long id, String title) Downloads the attachment with the given id and title.
-
Constructor Details
-
DefaultAttachmentManagement
public DefaultAttachmentManagement(net.sourceforge.jwebunit.WebTester tester, com.atlassian.jira.testkit.client.log.FuncTestLogger logger)
-
-
Method Details
-
delete
public void delete()Description copied from interface:AttachmentManagementDeletes all the attachments shown in the manage attachments page for an specific issue.- Specified by:
deletein interfaceAttachmentManagement
-
downloadAttachmentAsString
Description copied from interface:AttachmentManagementDownloads 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- Specified by:
downloadAttachmentAsStringin interfaceAttachmentManagement
-