Uses of Interface
com.atlassian.bitbucket.nav.NavBuilder.PagedBuilder
Packages that use NavBuilder.PagedBuilder
-
Uses of NavBuilder.PagedBuilder in com.atlassian.bitbucket.nav
Classes in com.atlassian.bitbucket.nav with type parameters of type NavBuilder.PagedBuilderModifier and TypeInterfaceDescriptionstatic interface
NavBuilder.PagedBuilder<B extends NavBuilder.PagedBuilder<B>>
A builder for urls that represent a collection of things, one page at a time.Subinterfaces of NavBuilder.PagedBuilder in com.atlassian.bitbucket.navModifier and TypeInterfaceDescriptionstatic interface
static interface
The builder of urls of the form /projects/PROJ/repos/REPO/branchesstatic interface
The builder of urls of the form /projects/PROJ/repos/REPO/commitsstatic interface
The builder of urls of the form /projects/PROJ/repos/REPO/forksstatic interface
The builder for /projectsstatic interface
static interface
The builder for /projects/PROJ/repos/REPO/browse - essentially the same asNavBuilder.Project
but with support for start and limit params o control the repository liststatic interface
The builder of urls of the form /projects/PROJ/repos/REPO/tags[/...]static interface
Builds URLs of the form /projects/PROJ/repos/REPO/pull-requests/ID/overviewstatic interface
Methods in com.atlassian.bitbucket.nav that return NavBuilder.PagedBuilder