public class MockIndexPathManager extends Object implements IndexPathManager
IndexPathManager.Directory, IndexPathManager.PropertiesAdaptor| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PATH |
INDEXES_DIR| Constructor and Description |
|---|
MockIndexPathManager() |
| 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
|
public static final String DEFAULT_PATH
public String getIndexRootPath()
IndexPathManagergetIndexRootPath in interface IndexPathManagerpublic String getIssueIndexPath()
IndexPathManagergetIssueIndexPath in interface IndexPathManagerpublic String getCommentIndexPath()
IndexPathManagergetCommentIndexPath in interface IndexPathManagerpublic String getChangeHistoryIndexPath()
IndexPathManagergetChangeHistoryIndexPath in interface IndexPathManagerpublic String getWorklogIndexPath()
IndexPathManagergetWorklogIndexPath in interface IndexPathManagerpublic String getPluginIndexRootPath()
IndexPathManagerNOTE: Each Plugin should create a new directory under this path
getPluginIndexRootPath in interface IndexPathManagerpublic String getSharedEntityIndexPath()
IndexPathManagergetSharedEntityIndexPath in interface IndexPathManagerCopyright © 2002-2019 Atlassian. All Rights Reserved.