com.atlassian.jira.functest.framework.navigation.issue
Class DefaultAttachmentManagement

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

public class DefaultAttachmentManagement
extends Object
implements AttachmentManagement

Since:
v4.1

Constructor Summary
DefaultAttachmentManagement(net.sourceforge.jwebunit.WebTester tester, FuncTestLogger logger)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAttachmentManagement

public DefaultAttachmentManagement(net.sourceforge.jwebunit.WebTester tester,
                                   FuncTestLogger logger)
Method Detail

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


Copyright © 2002-2012 Atlassian. All Rights Reserved.