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
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-2012 Atlassian. All Rights Reserved.