Package | Description |
---|---|
com.atlassian.bitbucket.nav |
Modifier and Type | Interface and Description |
---|---|
static interface |
NavBuilder.PathBuilder<B extends NavBuilder.PathBuilder>
The builder of urls that have a path to a file resource
|
Modifier and Type | Interface and Description |
---|---|
static interface |
NavBuilder.BrowseRepoResource
The builder of urls of the form /projects/PROJ/repos/REPO/browse[/...]
|
static interface |
NavBuilder.Commit
Builds URLs of the form /projects/PROJ/repos/REPO/commits/ID
|
static interface |
NavBuilder.Compare
The builder of urls of the form /projects/PROJ/repos/REPO/compare
|
static interface |
NavBuilder.PluginServlets
The builder for the plugin servlets
|
static interface |
NavBuilder.PullRequestCommit
Builds URLs of the form /projects/PROJ/repos/REPO/pull-requests/ID/commits/ID
|
static interface |
NavBuilder.RevisionBrowse
The builder for urls of the form /projects/PROJ/repos/REPO/browse/...?at=REVISION
|
static interface |
NavBuilder.RevisionBuilds
The builder for urls of the form /projects/PROJ/repos/REPO/builds?at=REVISION
|
Modifier and Type | Method and Description |
---|---|
NavBuilder.PathBuilder<B> |
NavBuilder.PathBuilder.path(Path path) |
NavBuilder.PathBuilder<B> |
NavBuilder.PathBuilder.path(String... path) |
Copyright © 2022 Atlassian. All rights reserved.