public interface DocumentationLinkProvider
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAllUrls()
Returns an immutable map of all help links keys and actual links to the help documentation.
|
String |
getTitle(String key)
Retrieve the title for the link to help documentation.
|
String |
getUrl(String key)
Constructs a link to the help documentation.
|
@NotNull String getUrl(@NotNull String key)
key
- the key to retrieve the documentation link for@NotNull String getTitle(@NotNull String key)
key
- the key of the help link to retrieve the title for.Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.