Class AbstractRepositoryRefsRequest
java.lang.Object
com.atlassian.bitbucket.repository.AbstractRepositoryRefsRequest
- Direct Known Subclasses:
RepositoryBranchesRequest
,RepositoryTagsRequest
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
AbstractRepositoryRefsRequest.AbstractBuilder<B extends AbstractRepositoryRefsRequest.AbstractBuilder<B,
R>, R extends AbstractRepositoryRefsRequest> -
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
-
Constructor Details
-
AbstractRepositoryRefsRequest
-
-
Method Details
-
getFilterText
- Returns:
- optional text for filtering returned refs
-
isBoostMatches
public boolean isBoostMatches()- Returns:
- identifier to help decide to boost search results with exact and prefix matching
- Since:
- 7.2
-
getOrder
- Returns:
- the ordering to apply when listing refs; if
null
, the order is determined by the SCM
-
getRepository
- Returns:
- the repository to retrieve refs from
-