| com.atlassian.jira.config.util.JiraHome |
Known Indirect Subclasses
|
Get the location of JIRA's home directory.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | CACHES | Name of the "Caching" directory in JIRA home. | |||||||||
| String | DATA | Name of the "Data" directory in JIRA home. | |||||||||
| String | EXPORT | Name of the "Export" directory in JIRA home. | |||||||||
| String | IMPORT | Name of the "Import" directory in JIRA home. | |||||||||
| String | IMPORT_ATTACHMENTS | Name of the "Import/Attachments" directory in JIRA home. | |||||||||
| String | LOG | Name of the "Log" directory in JIRA home. | |||||||||
| String | PLUGINS | Name of the "Plugins" directory in JIRA home. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| localsubdirs | |||||||||||
| sharedsubdirs | |||||||||||
| subdirs | This field is deprecated. since v6.1 | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the
File object representing the caches directory in JIRA home. | |||||||||||
Get the
File object representing the data directory in JIRA home. | |||||||||||
Get the
File object representing the export directory in JIRA home. | |||||||||||
Get the
File object representing the JIRA home directory. | |||||||||||
Get the canonical path to the JIRA home directory.
| |||||||||||
Get the
File object representing the import/attachments directory in JIRA home. | |||||||||||
Get the
File object representing the import directory in JIRA home. | |||||||||||
Get the
File object representing the JIRA local home directory. | |||||||||||
Get the canonical path to the JIRA local home directory.
| |||||||||||
Get the
File object representing the log directory in JIRA home. | |||||||||||
Get the
File object representing the plugins directory in JIRA home. | |||||||||||
Get the
File object representing the caches directory in JIRA home. | |||||||||||
Name of the "Caching" directory in JIRA home.
Name of the "Export" directory in JIRA home.
Name of the "Import" directory in JIRA home.
Name of the "Import/Attachments" directory in JIRA home.
Name of the "Plugins" directory in JIRA home.
Get the File object representing the caches directory in JIRA home.
| IllegalStateException | if the JIRA home is not set. |
|---|
Get the File object representing the data directory in JIRA home.
| IllegalStateException | if the JIRA home is not set. |
|---|
Get the File object representing the export directory in JIRA home.
| IllegalStateException | if the JIRA home is not set. |
|---|
Get the File object representing the JIRA home directory.
| IllegalStateException | if the JIRA home is not set. |
|---|
Get the canonical path to the JIRA home directory.
| IllegalStateException | if the JIRA home is not set. |
|---|
Get the File object representing the import/attachments directory in JIRA home.
| IllegalStateException | if the JIRA home is not set. |
|---|
Get the File object representing the import directory in JIRA home.
| IllegalStateException | if the JIRA home is not set. |
|---|
Get the File object representing the JIRA local home directory.
In a clustered or HA deployment this will be different from jira.home, but in
a standalone installation will generally be the same as jira.home.
| IllegalStateException | if the JIRA home is not set. |
|---|
Get the canonical path to the JIRA local home directory. In a clustered or HA deployment this will be different from jira.home, but in a standalone installation will generally be the same as jira.home.
| IllegalStateException | if the JIRA home is not set. |
|---|
Get the File object representing the log directory in JIRA home.
| IllegalStateException | if the JIRA home is not set. |
|---|
Get the File object representing the plugins directory in JIRA home.
| IllegalStateException | if the JIRA home is not set. |
|---|
Get the File object representing the caches directory in JIRA home.
| IllegalStateException | if the JIRA home is not set. |
|---|