|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttachmentPathManager
Responsible for determining the current location of JIRA attachments.
Nested Class Summary | |
---|---|
static class |
AttachmentPathManager.Mode
|
static class |
AttachmentPathManager.PropertiesAdaptor
Implementation of AttachmentPathManager that uses the ApplicationProperties to get the current paths. |
Field Summary | |
---|---|
static String |
ATTACHMENTS_DIR
|
Method Summary | |
---|---|
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 |
Field Detail |
---|
static final String ATTACHMENTS_DIR
Method Detail |
---|
String getDefaultAttachmentPath()
String getAttachmentPath()
void setCustomAttachmentPath(String indexPath)
indexPath
- path to store attachmentsvoid setUseDefaultDirectory()
boolean getUseDefaultDirectory()
void disableAttachments()
AttachmentPathManager.Mode getMode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |