com.atlassian.jira.functest.framework.admin
Interface Attachments

All Known Implementing Classes:
AttachmentsImpl

public interface Attachments

Grouping of admin tasks related to the Attachments section

Since:
v4.1

Method Summary
 void disable()
           
 void disableZipSupport()
           
 void enable()
          Enables attachments and configures JIRA to use the default attachment path (jira.home/data/attachments).
 void enable(String maxAttachmentSize)
           
 void enableZipSupport()
           
 String getCurrentAttachmentPath()
           
 

Method Detail

enable

void enable()
Enables attachments and configures JIRA to use the default attachment path (jira.home/data/attachments).

See Also:
Administration.getCurrentAttachmentPath()

enable

void enable(String maxAttachmentSize)

disable

void disable()

enableZipSupport

void enableZipSupport()

disableZipSupport

void disableZipSupport()

getCurrentAttachmentPath

String getCurrentAttachmentPath()


Copyright © 2002-2014 Atlassian. All Rights Reserved.