public static class SimpleHelpUrlBuilder.Factory extends Object
Constructor and Description |
---|
Factory(String docsVersion) |
Factory(String docsVersion,
io.atlassian.fugue.Option<String> applicationHelpSpaceVersion) |
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 Factory(String docsVersion)
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-2024 Atlassian. All Rights Reserved.