| java.lang.Object | |
| ↳ | com.atlassian.jira.config.util.DefaultIndexPathService |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the path of JIRA's comment indexes.
| |||||||||||
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.
| |||||||||||
Specify an explicit (custom) index root path.
| |||||||||||
Specify that the default location within JiraHome should be used to store indexes.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||
From interface
com.atlassian.jira.config.util.IndexPathService
| |||||||||||||||||||||||||
Returns the path of JIRA's comment indexes.
| serviceContext | The JiraServiceContext |
|---|
Returns the root path of JIRA's indexes.
| serviceContext | The JiraServiceContext |
|---|
Returns the path of JIRA's issue indexes.
| serviceContext | The JiraServiceContext |
|---|
Returns the root path of JIRA's plugin indexes.
NOTE: Each Plugin should create a new directory under this path
| serviceContext | The JiraServiceContext |
|---|
Returns the path of JIRA's shared entity indexes.
| serviceContext | The JiraServiceContext |
|---|
Specify an explicit (custom) index root path.
| serviceContext | The JiraServiceContext |
|---|---|
| indexPath | the path to use |
Specify that the default location within JiraHome should be used to store indexes.
| serviceContext | The JiraServiceContext |
|---|

