public class MockAttachmentPathManager extends Object implements AttachmentPathManager
AttachmentPathManager.Mode, AttachmentPathManager.PropertiesAdaptor| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PATH |
ATTACHMENTS_DIR| Constructor and Description |
|---|
MockAttachmentPathManager() |
MockAttachmentPathManager(String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
disableAttachments()
Turns "Allow Attachments" to off.
|
String |
getAttachmentPath()
Returns the path used to store attachments
|
String |
getDefaultAttachmentPath()
Returns the attachment path that will be used by default if JIRA is so configured.
|
AttachmentPathManager.Mode |
getMode() |
boolean |
getUseDefaultDirectory()
Returns true if attachments are stored within JIRA Home
|
void |
setCustomAttachmentPath(String indexPath)
Set a custom location to store attachments
|
void |
setUseDefaultDirectory()
Use the default location within JIRA Home to store attachments
|
public static final String DEFAULT_PATH
public MockAttachmentPathManager()
public MockAttachmentPathManager(String path)
public String getDefaultAttachmentPath()
AttachmentPathManagergetDefaultAttachmentPath in interface AttachmentPathManagerpublic String getAttachmentPath()
AttachmentPathManagergetAttachmentPath in interface AttachmentPathManagerpublic void setCustomAttachmentPath(String indexPath)
AttachmentPathManagersetCustomAttachmentPath in interface AttachmentPathManagerindexPath - path to store attachmentspublic void setUseDefaultDirectory()
AttachmentPathManagersetUseDefaultDirectory in interface AttachmentPathManagerpublic boolean getUseDefaultDirectory()
AttachmentPathManagergetUseDefaultDirectory in interface AttachmentPathManagerpublic void disableAttachments()
AttachmentPathManagerdisableAttachments in interface AttachmentPathManagerpublic AttachmentPathManager.Mode getMode()
getMode in interface AttachmentPathManagerCopyright © 2002-2022 Atlassian. All Rights Reserved.