@ThreadSafe public static interface HelpUrlBuilder.Factory
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. |
HelpUrlBuilder get(String prefix, String suffix)
HelpUrlBuilder
that will produce a URLs with the passed prefix and
suffix.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-2019 Atlassian. All Rights Reserved.