@ExperimentalApi @ThreadSafe public interface HelpUrls extends Iterable<HelpUrl>
HelpUrl
s.Modifier and Type | Method and Description |
---|---|
HelpUrl |
getDefaultUrl()
Returns a
HelpUrl that can be used for generic JIRA help. |
HelpUrl |
getUrl(String key)
Returns a
HelpUrl associated with the passed key. |
Set<String> |
getUrlKeys()
Return all the keys that have an associated
HelpUrl . |
@Nonnull HelpUrl getUrl(@Nonnull String key)
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
@Nonnull HelpUrl getDefaultUrl()
HelpUrl
that can be used for generic JIRA help. It commonly points
at the JIRA help index/landing page.HelpUrl
for this instance.Copyright © 2002-2015 Atlassian. All Rights Reserved.