@ThreadSafe public static interface

HelpUrlBuilder.Factory

com.atlassian.jira.help.HelpUrlBuilder.Factory
Known Indirect Subclasses

Summary

Public Methods
HelpUrlBuilder get(String prefix, String suffix)
Create a HelpUrlBuilder that will produce a URLs with the passed prefix and suffix.

Public Methods

public HelpUrlBuilder get (String prefix, String suffix)

Create a HelpUrlBuilder that will produce a URLs with the passed prefix and suffix.

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.