public class AttachmentsImpl extends Object implements Attachments
Constructor and Description |
---|
AttachmentsImpl(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData,
Navigation navigation) |
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() |
@Inject public AttachmentsImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, Navigation navigation)
public void enable()
Attachments
jira.home
/data/attachments).enable
in interface Attachments
Administration.getCurrentAttachmentPath()
public void enable(String maxAttachmentSize)
enable
in interface Attachments
public void disable()
disable
in interface Attachments
public void enableZipSupport()
enableZipSupport
in interface Attachments
public void disableZipSupport()
disableZipSupport
in interface Attachments
public String getCurrentAttachmentPath()
getCurrentAttachmentPath
in interface Attachments
Copyright © 2002-2022 Atlassian. All Rights Reserved.