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 TypeMethodDescriptionvoid
delete()
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:AttachmentManagement
Deletes all the attachments shown in the manage attachments page for an specific issue.- Specified by:
delete
in interfaceAttachmentManagement
-
downloadAttachmentAsString
Description copied from interface:AttachmentManagement
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- Specified by:
downloadAttachmentAsString
in interfaceAttachmentManagement
-