public final class StartupJiraHome extends AbstractJiraHome
JiraHome.CACHES, DATA, EXPORT, IMPORT, IMPORT_ATTACHMENTS, localsubdirs, LOG, PLUGINS, sharedsubdirs, subdirs| Constructor and Description |
|---|
StartupJiraHome(JiraHomePathLocator locator) |
| Modifier and Type | Method and Description |
|---|---|
File |
getLocalHome()
Get the
File object representing the JIRA local home directory. |
getCachesDirectory, getDataDirectory, getExportDirectory, getHome, getHomePath, getImportAttachmentsDirectory, getImportDirectory, getLocalHomePath, getLogDirectory, getPluginsDirectory, getSharedCachesDirectorypublic StartupJiraHome(JiraHomePathLocator locator)
@Nonnull public File getLocalHome()
JiraHomeFile 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.Copyright © 2002-2021 Atlassian. All Rights Reserved.