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()
AttachmentPathManager
getDefaultAttachmentPath
in interface AttachmentPathManager
public String getAttachmentPath()
AttachmentPathManager
getAttachmentPath
in interface AttachmentPathManager
public void setCustomAttachmentPath(String indexPath)
AttachmentPathManager
setCustomAttachmentPath
in interface AttachmentPathManager
indexPath
- path to store attachmentspublic void setUseDefaultDirectory()
AttachmentPathManager
setUseDefaultDirectory
in interface AttachmentPathManager
public boolean getUseDefaultDirectory()
AttachmentPathManager
getUseDefaultDirectory
in interface AttachmentPathManager
public void disableAttachments()
AttachmentPathManager
disableAttachments
in interface AttachmentPathManager
public AttachmentPathManager.Mode getMode()
getMode
in interface AttachmentPathManager
Copyright © 2002-2017 Atlassian. All Rights Reserved.