Interface LocalHelpUrls

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

    Modifier and Type
    Method
    Description
    Load JIRA's default local help URLs.
    parse(Properties properties)
    Load the local help URLs stored in the passed properties.
  • Method Details

    • parse

      @Nonnull Iterable<HelpUrl> parse(@Nonnull 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.
    • load

      @Nonnull Iterable<HelpUrl> load()
      Load JIRA's default local help URLs.
      Returns:
      the local HelpUrl objects used in JIRA by default.