Package com.atlassian.sal.bamboo.help
Class BambooHelpPathResolver
- java.lang.Object
-
- com.atlassian.sal.bamboo.help.BambooHelpPathResolver
-
- All Implemented Interfaces:
com.atlassian.sal.api.message.HelpPathResolver
@Component public class BambooHelpPathResolver extends Object implements com.atlassian.sal.api.message.HelpPathResolver
-
-
Constructor Summary
Constructors Constructor Description BambooHelpPathResolver(DocumentationLinkProvider documentationLinkProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.sal.api.message.HelpPath
getHelpPath(@Nullable String key)
-
-
-
Constructor Detail
-
BambooHelpPathResolver
@Autowired public BambooHelpPathResolver(DocumentationLinkProvider documentationLinkProvider)
-
-
Method Detail
-
getHelpPath
public com.atlassian.sal.api.message.HelpPath getHelpPath(@Nullable @Nullable String key)
- Specified by:
getHelpPath
in interfacecom.atlassian.sal.api.message.HelpPathResolver
-
-