Class DefaultAttachmentManagement

java.lang.Object
com.atlassian.jira.functest.framework.navigation.issue.DefaultAttachmentManagement
All Implemented Interfaces:
AttachmentManagement

public class DefaultAttachmentManagement extends Object implements AttachmentManagement
Since:
v4.1
  • 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 interface AttachmentManagement
    • downloadAttachmentAsString

      public String downloadAttachmentAsString(long id, String title)
      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 interface AttachmentManagement