Package com.atlassian.bitbucket.nav
Interface NavBuilder.RepoBuilds
- All Superinterfaces:
NavBuilder.Builder<NavBuilder.RepoBuilds>
- Enclosing interface:
- NavBuilder
The builder for urls of the form /projects/PROJ/repos/REPO/builds
- Since:
- 7.4
-
Method Summary
Modifier and TypeMethodDescriptionatRevision
(Ref ref) The builder for urls of the form /projects/PROJ/repos/REPO/builds/?at=REVISIONatRevision
(String revision) The builder for urls of the form /projects/PROJ/repos/REPO/builds/?at=REVISIONMethods inherited from interface com.atlassian.bitbucket.nav.NavBuilder.Builder
buildAbsolute, buildConfigured, buildRelative, buildRelNoContext, withParam
-
Method Details
-
atRevision
The builder for urls of the form /projects/PROJ/repos/REPO/builds/?at=REVISION- Parameters:
revision
- the revision to display builds for- Returns:
- branch builds
-
atRevision
The builder for urls of the form /projects/PROJ/repos/REPO/builds/?at=REVISION- Parameters:
ref
- the ref to display builds for- Returns:
- branch builds
-