Package | Description |
---|---|
com.atlassian.bitbucket.nav |
Modifier and Type | Interface and Description |
---|---|
static interface |
NavBuilder.PagedBuilder<B extends NavBuilder.PagedBuilder>
A builder for urls that represent a collection of things, one page at a time.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
NavBuilder.Groups |
static interface |
NavBuilder.ListBranches
The builder of urls of the form /projects/PROJ/repos/REPO/branches
|
static interface |
NavBuilder.ListCommits
The builder of urls of the form /projects/PROJ/repos/REPO/commits
|
static interface |
NavBuilder.ListForks
The builder of urls of the form /projects/PROJ/repos/REPO/forks
|
static interface |
NavBuilder.ListProjects
The builder for /projects
|
static interface |
NavBuilder.ListPullRequests |
static interface |
NavBuilder.ListRepos
The builder for /projects/PROJ/repos/REPO/browse - essentially the same as
NavBuilder.Project but with
support for start and limit params o control the repository list |
static interface |
NavBuilder.ListTags
The builder of urls of the form /projects/PROJ/repos/REPO/tags[/...]
|
static interface |
NavBuilder.PullRequestOverview
Builds URLs of the form /projects/PROJ/repos/REPO/pull-requests/ID/overview
|
static interface |
NavBuilder.Users |
Modifier and Type | Method and Description |
---|---|
NavBuilder.PagedBuilder<?> |
NavBuilder.PullRequest.commits()
View the commits to be merged by a pull request.
|
NavBuilder.PagedBuilder<B> |
NavBuilder.PagedBuilder.startAt(int index) |
NavBuilder.PagedBuilder<?> |
NavBuilder.PullRequest.unwatch()
Remove the current user as a watcher for the pull request.
|
NavBuilder.PagedBuilder<B> |
NavBuilder.PagedBuilder.withLimit(int limit) |
Copyright © 2022 Atlassian. All rights reserved.