Package com.atlassian.jira.config.util
Class MockIndexPathManager
java.lang.Object
com.atlassian.jira.config.util.MockIndexPathManager
- All Implemented Interfaces:
IndexPathManager
- Since:
- v4.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.config.util.IndexPathManager
IndexPathManager.Directory, IndexPathManager.PropertiesAdaptor -
Field Summary
FieldsFields inherited from interface com.atlassian.jira.config.util.IndexPathManager
INDEXES_DIR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the path of JIRA's change history indexes.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.Returns the path of JIRA's worklog indexes
-
Field Details
-
DEFAULT_PATH
- See Also:
-
-
Constructor Details
-
MockIndexPathManager
Deprecated. -
MockIndexPathManager
-
-
Method Details
-
getIndexRootPath
Description copied from interface:IndexPathManagerReturns the root path of JIRA's indexes. 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/indexesV1/ by default.- Specified by:
getIndexRootPathin interfaceIndexPathManager- Returns:
- the root path of JIRA's indexes
-
getIssueIndexPath
Description copied from interface:IndexPathManagerReturns the path of JIRA's issue indexes.- Specified by:
getIssueIndexPathin interfaceIndexPathManager- Returns:
- the path of JIRA's issue indexes
-
getCommentIndexPath
Description copied from interface:IndexPathManagerReturns the path of JIRA's comment indexes.- Specified by:
getCommentIndexPathin interfaceIndexPathManager- Returns:
- the path of JIRA's comment indexes
-
getChangeHistoryIndexPath
Description copied from interface:IndexPathManagerReturns the path of JIRA's change history indexes.- Specified by:
getChangeHistoryIndexPathin interfaceIndexPathManager- Returns:
- the path of JIRA's change history indexes
-
getWorklogIndexPath
Description copied from interface:IndexPathManagerReturns the path of JIRA's worklog indexes- Specified by:
getWorklogIndexPathin interfaceIndexPathManager- Returns:
- the path of JIRA's worklog indexes
-
getPluginIndexRootPath
Description copied from interface:IndexPathManagerReturns the root path of JIRA's plugin indexes.NOTE: Each Plugin should create a new directory under this path
- Specified by:
getPluginIndexRootPathin interfaceIndexPathManager- Returns:
- the root path of JIRA's plugin indexes
-