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:IndexPathManager
Returns 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:
getIndexRootPath
in interfaceIndexPathManager
- Returns:
- the root path of JIRA's indexes
-
getIssueIndexPath
Description copied from interface:IndexPathManager
Returns the path of JIRA's issue indexes.- Specified by:
getIssueIndexPath
in interfaceIndexPathManager
- Returns:
- the path of JIRA's issue indexes
-
getCommentIndexPath
Description copied from interface:IndexPathManager
Returns the path of JIRA's comment indexes.- Specified by:
getCommentIndexPath
in interfaceIndexPathManager
- Returns:
- the path of JIRA's comment indexes
-
getChangeHistoryIndexPath
Description copied from interface:IndexPathManager
Returns the path of JIRA's change history indexes.- Specified by:
getChangeHistoryIndexPath
in interfaceIndexPathManager
- Returns:
- the path of JIRA's change history indexes
-
getWorklogIndexPath
Description copied from interface:IndexPathManager
Returns the path of JIRA's worklog indexes- Specified by:
getWorklogIndexPath
in interfaceIndexPathManager
- Returns:
- the path of JIRA's worklog indexes
-
getPluginIndexRootPath
Description copied from interface:IndexPathManager
Returns the root path of JIRA's plugin indexes.NOTE: Each Plugin should create a new directory under this path
- Specified by:
getPluginIndexRootPath
in interfaceIndexPathManager
- Returns:
- the root path of JIRA's plugin indexes
-