HelpUrls when you would have called getInstance() or
HelpUtil(). It contains all of JIRA's help URLs and will adapt itself internally for the current
user.
HelpUrlsParser when you would have called
HelpUtil(java.util.Properties). HelpUrlsParser.parse(java.util.Properties)
can be used to generate to generate a HelpUrls from a plugin provided Properties instance.
@Deprecated public class HelpUtil extends Object
HelpUrls.| Modifier and Type | Class and Description |
|---|---|
class |
HelpUtil.HelpPath
Deprecated.
|
| Constructor and Description |
|---|
HelpUtil()
Deprecated.
since v6.2.4: Inject an instance of
HelpUrls to access JIRA's
help. |
HelpUtil(Properties properties)
Deprecated.
since v6.2.4: Inject a
HelpUrlsParser and use its
HelpUrlsParser.parse(java.util.Properties) method. |
HelpUtil(String external,
String internal)
Deprecated.
since v6.2.4: Inject a
HelpUrlsParser and use its
HelpUrlsParser.parse(java.util.Properties, java.util.Properties) method. |
| Modifier and Type | Method and Description |
|---|---|
HelpUtil.HelpPath |
getHelpPath(String helpPathKey)
Deprecated.
Returns the
HelpUtil.HelpPath object for a given key. |
static HelpUtil |
getInstance()
Deprecated.
since v6.2.4: Inject an instance of
HelpUrls to access JIRA's
help. |
Set<String> |
keySet()
Deprecated.
|
@Deprecated public HelpUtil()
HelpUrls to access JIRA's
help.HelpUtil for JIRA's help URLs.@Deprecated public HelpUtil(Properties properties)
HelpUrlsParser and use its
HelpUrlsParser.parse(java.util.Properties) method.HelpUtil representation of the passed properties. See HelpUrlsParser
for information of the format of the passed properties.properties - properties.@Deprecated public HelpUtil(String external, String internal)
HelpUrlsParser and use its
HelpUrlsParser.parse(java.util.Properties, java.util.Properties) method.@Deprecated public static HelpUtil getInstance()
HelpUrls to access JIRA's
help.HelpUtil for the current user.HelpUtil instance for the current user.public HelpUtil.HelpPath getHelpPath(String helpPathKey)
HelpUtil.HelpPath object for a given key.helpPathKey - the key in playHelpUtil.HelpPath for that key or defaultHelpPath if it cant be
found.public Set<String> keySet()
HelpUtil.HelpPath valuesCopyright © 2002-2022 Atlassian. All Rights Reserved.