Package com.atlassian.bitbucket.help
Interface HelpPathService
public interface HelpPathService
A service for retrieving help URLs and related help information for a given help topic.
-
Method Summary
Modifier and TypeMethodDescriptiongetPageAlt
(String topicKey) getPageKey
(String topicKey) getPageTitle
(String topicKey) getPageUrl
(String topicKey)
-
Method Details
-
getPageAlt
- Parameters:
topicKey
- the non-null key for the help topic- Returns:
- the alt (tool tip) to be displayed for the help topic or null if one was not found for the help topic
-
getPageKey
- Parameters:
topicKey
- the non-null key for the help topic- Returns:
- the Confluence page key for the help topic or null if one was not found for the help topic
-
getPageTitle
- Parameters:
topicKey
- the non-null key for the help topic- Returns:
- the title to be displayed for the help topic or null if one was not found for the help topic
-
getPageUrl
- Parameters:
topicKey
- the non-null key for the help topic- Returns:
- the url for the help topic or null if one was not found for the help topic
-
getPrefix
- Returns:
- the prefix url for all help topics
-