public interface Attachments
Modifier and Type | Method and Description |
---|---|
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() |
void enable()
jira.home
/data/attachments).void enable(String maxAttachmentSize)
void disable()
void enableZipSupport()
void disableZipSupport()
String getCurrentAttachmentPath()
Copyright © 2002-2019 Atlassian. All Rights Reserved.