Class: RestRepoCompareParamBuilder

bitbucket/util/navbuilder. RestRepoCompareParamBuilder

new RestRepoCompareParamBuilder()

bitbucket/util/navbuilder.Builder for REST ref comparison-related params.

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

Source:

Methods

from(refId) → {bitbucket/util/navbuilder.RestRepoCompareParamBuilder}

Parameters:
Name Type Description
refId string

The from/until ref's ID for comparison.

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

fromRepo(repoId) → {bitbucket/util/navbuilder.RestRepoCompareParamBuilder}

Parameters:
Name Type Description
repoId string

The ID of the repository containing the from/until ref.

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

to(refId) → {bitbucket/util/navbuilder.RestRepoCompareParamBuilder}

Parameters:
Name Type Description
refId string

The to/since ref's ID for comparison.

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