public static interface NavBuilder.BrowseRepoResource extends NavBuilder.PathBuilder<NavBuilder.BrowseRepoResource>
Modifier and Type | Method and Description |
---|---|
NavBuilder.RevisionBrowse |
atRevision(Ref ref) |
NavBuilder.RevisionBrowse |
atRevision(String revision)
The builder for urls of the form /projects/PROJ/repos/REPO/browse/...?at=REVISION
|
path, path
buildAbsolute, buildConfigured, buildRelative, buildRelNoContext, withParam
NavBuilder.RevisionBrowse atRevision(@Nullable String revision)
revision
- revision to browse atNavBuilder.RevisionBrowse atRevision(@Nonnull Ref ref)
ref
- the ref to browse atCopyright © 2019 Atlassian. All rights reserved.