public static interface

NavBuilder.NavigationStep

implements NavBuilder.Builder<B extends Builder>
com.atlassian.stash.nav.NavBuilder.NavigationStep<B extends com.atlassian.stash.nav.NavBuilder.NavigationStep<B>>
Known Indirect Subclasses

Class Overview

Builds URL for the with an option of adding "next" as a query parameter with the current request url or the passed in url

Summary

Public Methods
@Nonnull Builder<?> next(String url)
Add "next" as a query parameter with url as the value.
@Nonnull Builder<?> next()
Add "next" as a query parameter with the current relative request url as it value.
[Expand]
Inherited Methods
From interface com.atlassian.stash.nav.NavBuilder.Builder

Public Methods

@Nonnull public Builder<?> next (String url)

Add "next" as a query parameter with url as the value.

Parameters
url the url to add as the next query parameter
Returns
  • this builder instance

@Nonnull public Builder<?> next ()

Add "next" as a query parameter with the current relative request url as it value.

Returns
  • this builder instance