com.atlassian.jira.help
Interface HelpUrlBuilder.Factory

All Known Implementing Classes:
AnalyticsHelpUrlBuilder.Factory, SimpleHelpUrlBuilder.Factory, SwitchingHelpUrlBuilderFactory
Enclosing interface:
HelpUrlBuilder

@ThreadSafe
public static interface HelpUrlBuilder.Factory


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

Method Detail

get

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.


Copyright © 2002-2014 Atlassian. All Rights Reserved.