@PublicApi
public interface IndexPathManager
Modifier and Type | Interface and Description |
---|---|
static class |
IndexPathManager.Directory |
static class |
IndexPathManager.PropertiesAdaptor
Implementation of
IndexPathManager that uses the ApplicationProperties to get the current paths. |
Modifier and Type | Field and Description |
---|---|
static String |
INDEXES_DIR |
Modifier and Type | Method and Description |
---|---|
String |
getChangeHistoryIndexPath()
Returns the path of JIRA's change history indexes.
|
String |
getCommentIndexPath()
Returns the path of JIRA's comment indexes.
|
String |
getIndexRootPath()
Returns the root path of JIRA's indexes.
|
String |
getIssueIndexPath()
Returns the path of JIRA's issue indexes.
|
String |
getPluginIndexRootPath()
Returns the root path of JIRA's plugin indexes.
|
String |
getSharedEntityIndexPath()
Returns the path of JIRA's shared entity indexes.
|
String |
getWorklogIndexPath()
Returns the path of JIRA's worklog indexes
|
static final String INDEXES_DIR
String getIndexRootPath()
String getIssueIndexPath()
String getCommentIndexPath()
String getWorklogIndexPath()
String getChangeHistoryIndexPath()
String getPluginIndexRootPath()
NOTE: Each Plugin should create a new directory under this path
String getSharedEntityIndexPath()
Copyright © 2002-2019 Atlassian. All Rights Reserved.