Class: RestRepoFilesListBuilder

bitbucket/util/navbuilder. RestRepoFilesListBuilder

new RestRepoFilesListBuilder()

bitbucket/util/navbuilder.Builder for REST repository files list URLs.

NOTE: The constructor is not exposed. A new instance can be created through the Builder API.

Source:

Extends

Methods

at(refId) → {bitbucket/util/navbuilder.Builder}

Set the "at" revision at which to obtain a file list from the repo.

Parameters:
Name Type Description
refId string

The ID of a ref or commit in the SCM whose history to browse.

Inherited From:
Source:
Returns:
Type
bitbucket/util/navbuilder.Builder

path(component) → {bitbucket/util/navbuilder.RestRepoFilesListAtBuilder}

Parameters:
Name Type Argument Description
component string <repeatable>

A path component within which to obtain a list of files.

Source:
Returns:
Type
bitbucket/util/navbuilder.RestRepoFilesListAtBuilder