public interface

LocalHelpUrls

com.atlassian.jira.help.LocalHelpUrls
Known Indirect Subclasses

Class Overview

Load JIRA's local help URLs. These are the URLs to the help pages that are built into and served directly by JIRA.

Summary

Public Methods
@Nonnull Iterable<HelpUrl> load()
Load JIRA's default local help URLs.
@Nonnull Iterable<HelpUrl> parse(Properties properties)
Load the local help URLs stored in the passed properties.

Public Methods

@Nonnull public Iterable<HelpUrl> load ()

Load JIRA's default local help URLs.

Returns
  • the local HelpUrl objects used in JIRA by default.

@Nonnull public Iterable<HelpUrl> parse (Properties properties)

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.