- All Known Implementing Classes:
DefaultLocalHelpUrls, MockLocalHelpUrls
public interface LocalHelpUrls
Load JIRA's local help URLs. These are the URLs to the help pages that are built into and served directly by JIRA.
- Since:
- v6.2.4
-
Method Summary
Load JIRA's default local help URLs.
Load the local help URLs stored in the passed properties.
-
Method Details
-
parse
Load the local help URLs stored in the passed properties.
- Parameters:
properties - the properties to parse.
- Returns:
- the local
HelpUrl objects contained in the passed properties.
-
load
Load JIRA's default local help URLs.
- Returns:
- the local
HelpUrl objects used in JIRA by default.