public static class AnalyticsHelpUrlBuilder.Factory extends Object
Constructor and Description |
---|
AnalyticsHelpUrlBuilder.Factory(BuildUtilsInfo info,
JiraLicenseManager licenseManager) |
Modifier and Type | Method and Description |
---|---|
HelpUrlBuilder |
get(String prefix,
String suffix)
Create a
HelpUrlBuilder that will produce a URLs with the passed prefix and
suffix. |
public AnalyticsHelpUrlBuilder.Factory(BuildUtilsInfo info, JiraLicenseManager licenseManager)
public final HelpUrlBuilder get(String prefix, String suffix)
HelpUrlBuilder.Factory
HelpUrlBuilder
that will produce a URLs with the passed prefix and
suffix.get
in interface HelpUrlBuilder.Factory
prefix
- the prefix to prepend to any generated URL.suffix
- the suffix to append to any generated URL.HelpUrlBuilder
that will produce a URLs with the passed prefix and
suffix.Copyright © 2002-2015 Atlassian. All Rights Reserved.