Class SimpleHelpUrlBuilder.Factory

java.lang.Object
com.atlassian.jira.help.SimpleHelpUrlBuilder.Factory
All Implemented Interfaces:
HelpUrlBuilder.Factory
Enclosing class:
SimpleHelpUrlBuilder

public static class SimpleHelpUrlBuilder.Factory extends Object
  • Constructor Details

    • Factory

      public Factory(String docsVersion)
    • Factory

      public Factory(String docsVersion, io.atlassian.fugue.Option<String> applicationHelpSpaceVersion)
  • Method Details

    • get

      public final HelpUrlBuilder get(String prefix, String suffix)
      Description copied from interface: HelpUrlBuilder.Factory
      Create a HelpUrlBuilder that will produce a URLs with the passed prefix and suffix.
      Specified by:
      get in interface HelpUrlBuilder.Factory
      Parameters:
      prefix - the prefix to prepend to any generated URL.
      suffix - the suffix to append to any generated URL.
      Returns:
      a HelpUrlBuilder that will produce a URLs with the passed prefix and suffix.