com.atlassian.jira.help.HelpUrls |
![]() |
@Internal
or @PublicApi
.
A mapping of keys to HelpUrl
s.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a
HelpUrl that can be used for generic JIRA help. | |||||||||||
Returns a
HelpUrl associated with the passed key. | |||||||||||
Adds the ability to retrieve
HelpUrl specific to an application and key passed in. | |||||||||||
Return all the keys that have an associated
HelpUrl . |
[Expand]
Inherited Methods | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns a HelpUrl
that can be used for generic JIRA help. It commonly points
at the JIRA help index/landing page.
HelpUrl
for this instance.
Returns a HelpUrl
associated with the passed key. The getDefaultUrl()
URL is returned if the key
has no associated URL.
key | the key to search for. |
---|
HelpUrl
Adds the ability to retrieve HelpUrl
specific to an application and key passed in. The getDefaultUrl()
URL is returned if the key
has no associated URL.
applicationKey | the application to find help urls for |
---|---|
key | the key to search for. |
HelpUrl
Return all the keys that have an associated HelpUrl
.
HelpUrl
.