java.lang.Object | |
↳ | com.atlassian.jira.config.util.MockIndexPathManager |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DEFAULT_PATH |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the path of JIRA's change history indexes.
| |||||||||||
Returns the path of JIRA's comment indexes.
| |||||||||||
This returns the root index directory that JIRA will use by default, if it is configured to do so.
| |||||||||||
Returns the root path of JIRA's indexes.
| |||||||||||
Returns the path of JIRA's issue indexes.
| |||||||||||
Returns the root path of JIRA's plugin indexes.
| |||||||||||
Returns the path of JIRA's shared entity indexes.
| |||||||||||
Whether we are using the default index directory (within JIRA Home).
| |||||||||||
Specify an explicit index root path.
| |||||||||||
Specify that the default location within JIRA Home should be used to store indexes.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the path of JIRA's change history indexes.
Returns the path of JIRA's comment indexes.
This returns the root index directory that JIRA will use by default, if it is configured to do so. This directory is a sub-directory of the configured jira-home and is defined in the Atlassian home directory specification to live under [jira-home]/caches/indexes/.
Returns the root path of JIRA's indexes. If JIRA is configured to "Use the Default Index Directory", then the absolute path of that default directory is returned.
Returns the path of JIRA's issue indexes.
Returns the root path of JIRA's plugin indexes.
NOTE: Each Plugin should create a new directory under this path
Returns the path of JIRA's shared entity indexes.
Whether we are using the default index directory (within JIRA Home).
Specify an explicit index root path.
indexPath | the path to use |
---|
Specify that the default location within JIRA Home should be used to store indexes.