| Interface | Description |
|---|---|
| NavBuilder |
Helps build URLs using a fluent interface.
|
| NavBuilder.AddonMarketplace | |
| NavBuilder.AddonRequests | |
| NavBuilder.Addons | |
| NavBuilder.Admin |
The builder for /admin
|
| NavBuilder.BrowseRepoResource |
The builder of urls of the form /projects/PROJ/repos/REPO/browse[/...]
|
| NavBuilder.Builder<B extends NavBuilder.Builder> |
Base interface for all terminal builders (builders which can produce a url)
|
| NavBuilder.Commit |
Builds URLs of the form /projects/PROJ/repos/REPO/commits/ID
|
| NavBuilder.CommitComment |
Builds URLs of the form /projects/PROJ/repos/REPO/commits/ID/comment/ID
|
| NavBuilder.Compare |
The builder of urls of the form /projects/PROJ/repos/REPO/compare
|
| NavBuilder.Compare.CommitsBuilder | |
| NavBuilder.Compare.DiffBuilder | |
| NavBuilder.CompareBuilder<T extends NavBuilder.CompareBuilder> | |
| NavBuilder.CreateProject |
The builder of urls of the form /projects/PROJ?create
|
| NavBuilder.CreatePullRequest |
The builder for urls of the form /projects/PROJ/repos/REPO/pull-requests?create...
|
| NavBuilder.CreateRepo |
The builder of urls of the form /projects/PROJ/repos?create
|
| NavBuilder.Dashboard | |
| NavBuilder.Database | |
| NavBuilder.DeleteGroup | |
| NavBuilder.DeleteUser |
The builder for /users/delete
|
| NavBuilder.GettingStarted |
Builds a URL to the GettingStarted page with an option of adding "next" as a query parameter with the current
request url or the passed in url
|
| NavBuilder.GitAdmin | |
| NavBuilder.GlobalListRepos |
The builder for /repos
|
| NavBuilder.Groups | |
| NavBuilder.JiraCloudIntegration |
The builder for the JSW Admin page.
|
| NavBuilder.Licensing | |
| NavBuilder.ListBranches |
The builder of urls of the form /projects/PROJ/repos/REPO/branches
|
| NavBuilder.ListCommits |
The builder of urls of the form /projects/PROJ/repos/REPO/commits
|
| NavBuilder.ListForks |
The builder of urls of the form /projects/PROJ/repos/REPO/forks
|
| NavBuilder.ListProjects |
The builder for /projects
|
| NavBuilder.ListPullRequests | |
| 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 |
| NavBuilder.ListTags |
The builder of urls of the form /projects/PROJ/repos/REPO/tags[/...]
|
| NavBuilder.Login |
Builds a login URL for the with an option of adding "next" as a query parameter with the current request url
or the passed in url
|
| NavBuilder.Mesh |
A builder for URLs at/under
/admin/git/mesh. |
| NavBuilder.NavigationStep<B extends NavBuilder.NavigationStep<B>> |
Builds URL for the with an option of adding "next" as a query parameter with the current request url
or the passed in url
|
| NavBuilder.PagedBuilder<B extends NavBuilder.PagedBuilder> |
A builder for urls that represent a collection of things, one page at a time.
|
| NavBuilder.PathBuilder<B extends NavBuilder.PathBuilder> |
The builder of urls that have a path to a file resource
|
| NavBuilder.PluginServlets |
The builder for the plugin servlets
|
| NavBuilder.Profile | |
| NavBuilder.Project |
The builder for urls hanging off /projects/PROJ.
|
| NavBuilder.ProjectAutoDeclineSettings |
The builder of urls of the form /projects/PROJ/settings/auto-decline
|
| NavBuilder.ProjectDelete |
The builder of urls of the form /projects/PROJ/delete
|
| NavBuilder.ProjectHooks |
The builder of urls of the form /projects/PROJ/settings/hooks
|
| NavBuilder.ProjectJiraCommitCheckerSettings | Deprecated
in 7.16 without replacement for removal in 8.0
|
| NavBuilder.ProjectMergeChecks |
The builder of urls of the form /projects/PROJ/settings/merge-checks
|
| NavBuilder.ProjectMergeStrategySettings |
The builder of urls of the form /projects/PROJ/settings/merge-strategies/<scmId>
|
| NavBuilder.ProjectPermissions |
The builder of urls of the form /projects/PROJ/permissions
|
| NavBuilder.ProjectPullRequestTemplateSettings |
The builder of urls of the form /projects/PROJ/settings/pull-request-templates
|
| NavBuilder.ProjectReviewerGroupSettings |
The builder of urls of the form /projects/PROJ/settings/reviewer-groups
|
| NavBuilder.ProjectSettings |
The builder of urls of the form /projects/PROJ/settings
|
| NavBuilder.PullRequest |
The builder for urls of the form /projects/PROJ/repos/REPO/pull-requests/ID/...
|
| NavBuilder.PullRequestActivity |
Builds URLs of the form /projects/PROJ/repos/REPO/pull-requests/ID/activities
|
| NavBuilder.PullRequestBuilds |
Builds URLs of the form /projects/PROJ/repos/REPO/pull-requests/ID/builds
|
| NavBuilder.PullRequestComment |
Builds URLs of the form /projects/PROJ/repos/REPO/pull-requests/ID/overview?commentId=ID
|
| NavBuilder.PullRequestCommit |
Builds URLs of the form /projects/PROJ/repos/REPO/pull-requests/ID/commits/ID
|
| NavBuilder.PullRequestOverview |
Builds URLs of the form /projects/PROJ/repos/REPO/pull-requests/ID/overview
|
| NavBuilder.PullRequestRepoSettings |
The builder of urls of the form /projects/PROJ/repos/REPO/settings/pull-requests
|
| NavBuilder.Repo |
The builder of urls hanging off /projects/PROJ/repos/REPO.
|
| NavBuilder.RepoArchive |
Builds URLs of the form /rest/api/1.0/projects/PROJ/repos/REPO/archive
|
| NavBuilder.RepoAttachment |
The builder for URLs of the form /projects/PROJ/repos/REPO/attachments
|
| NavBuilder.RepoAttachmentMetadata |
The builder for the URLs of the form /projects/PROJ/repos/REPO/attachments/ID/metadata
|
| NavBuilder.RepoAttachments | Deprecated
since 7.0 for removal in 8.0
|
| NavBuilder.RepoAutoDeclineSettings |
The builder of urls of the form /projects/PROJ/repos/REPO/settings/auto-decline
|
| NavBuilder.RepoBuilds |
The builder for urls of the form /projects/PROJ/repos/REPO/builds
|
| NavBuilder.RepoDelete |
The builder of urls of the form /projects/PROJ/repos/REPO/delete
|
| NavBuilder.RepoFork |
The builder for urls of the form /projects/PROJ/repos/REPO?fork
|
| NavBuilder.RepoHooks |
The builder of urls of the form /projects/PROJ/repos/REPO/hooks
|
| NavBuilder.RepoJiraCommitCheckerSettings | Deprecated
in 7.16 without replacement for removal in 8.0
|
| NavBuilder.RepoMergeChecks |
The builder of urls of the form /projects/PROJ/repos/REPO/merge-checks
|
| NavBuilder.RepoMergeStrategySettings |
The builder of urls of the form /projects/PROJ/repos/REPO/settings/merge-strategies
|
| NavBuilder.RepoPermissions | |
| NavBuilder.RepoPullRequestTemplateSettings |
The builder of urls of the form /projects/PROJ/repos/REPO/settings/pull-request-templates
|
| NavBuilder.RepoPushLog |
The builder for urls of the form /projects/PROJ/repos/REPO/push-log
|
| NavBuilder.RepoRequiredBuildsSettings |
The builder of urls of the form /projects/PROJ/repos/REPO/settings/required-builds
|
| NavBuilder.RepoReviewerGroupsSettings |
The builder of urls of the form /projects/PROJ/repos/REPO/settings/reviewer-groups
|
| NavBuilder.RepoSettings |
The builder of urls of the form /projects/PROJ/repos/REPO/settings
|
| NavBuilder.Rest |
The builder for the REST API
|
| NavBuilder.RestAdmin |
The builder for the REST admin API
|
| NavBuilder.RestHook |
The builder of urls of the form /rest/hooks/KEY
|
| NavBuilder.RestHooks |
The builder of urls of the form /rest/hooks
|
| NavBuilder.RestUser |
The builder for /rest/users/slug
|
| NavBuilder.RestUsers |
The builder for /rest/users
|
| NavBuilder.RevisionBrowse |
The builder for urls of the form /projects/PROJ/repos/REPO/browse/...?at=REVISION
|
| NavBuilder.RevisionBuilds |
The builder for urls of the form /projects/PROJ/repos/REPO/builds?at=REVISION
|
| NavBuilder.Tmp |
Group builder for endpoints under /tmp, which are intended to provide access to temporary data stored by the
system to facilitate user actions.
|
| NavBuilder.UserAccount |
The builder for /account
|
| NavBuilder.Users | |
| NavBuilder.ViewGroup |
The builder for /group/view
|
| NavBuilder.ViewUser |
The builder for /users/view
|
Copyright © 2021 Atlassian. All rights reserved.