public static interface NavBuilder.Builder<B extends NavBuilder.Builder>
Modifier and Type | Method and Description |
---|---|
String |
buildAbsolute() |
String |
buildConfigured() |
String |
buildRelative() |
String |
buildRelNoContext() |
NavBuilder.Builder<B> |
withParam(String name,
String value) |
NavBuilder.Builder<B> withParam(@Nonnull String name, String value)
name
- the name of the parametervalue
- the value of the parameterString buildRelative()
String buildRelNoContext()
String buildAbsolute()
String buildConfigured()
buildAbsolute()
, but will ignore any context HTTP request, and always use the
server's configured base URLCopyright © 2019 Atlassian. All rights reserved.