public static interface

NavBuilder.BrowseRepoResource

implements NavBuilder.PathBuilder<B extends PathBuilder>
com.atlassian.bitbucket.nav.NavBuilder.BrowseRepoResource

Class Overview

The builder of urls of the form /projects/PROJ/repos/REPO/browse[/...]

Summary

Public Methods
NavBuilder.RevisionBrowse atRevision(String revision)
The builder for urls of the form /projects/PROJ/repos/REPO/browse/...?at=REVISION
NavBuilder.RevisionBrowse atRevision(Ref ref)
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.nav.NavBuilder.Builder
From interface com.atlassian.bitbucket.nav.NavBuilder.PathBuilder

Public Methods

public NavBuilder.RevisionBrowse atRevision (String revision)

The builder for urls of the form /projects/PROJ/repos/REPO/browse/...?at=REVISION

public NavBuilder.RevisionBrowse atRevision (Ref ref)