Known Indirect Subclasses
| NavBuilder.BrowseRepoResource |
The builder of urls of the form /projects/PROJ/repos/REPO/browse[/...] |
| NavBuilder.Changeset |
This interface is deprecated.
in 3.8 for removal in 5.0. All things "changeset" are being renamed to "commit", the more common term
for the data they represent. Due to the significant number of touchpoints, the deprecated classes and
interfaces will be left in for an entire major release cycle, rather than being removed in 4.0. Use
NavBuilder.Commit instead.
|
| NavBuilder.Commit |
Builds URLs of the form /projects/PROJ/repos/REPO/commits/ID |
| NavBuilder.Compare |
The builder of urls of the form /projects/PROJ/repos/REPO/compare |
| NavBuilder.PluginServlets |
The builder for the plugin servlets |
| NavBuilder.PullRequestCommit |
Builds URLs of the form /projects/PROJ/repos/REPO/pull-requests/ID/commits/ID |
| NavBuilder.RevisionBrowse |
The builder for urls of the form /projects/PROJ/repos/REPO/browse/...?at=REVISION |
|
Class Overview
The builder of urls that have a path to a file resource
Public Methods
Returns
- a builder with the file resource path set as supplied
public
PathBuilder<B>
path
(String... path)
Returns
- a builder with the file resource path set as supplied