Class AbstractRepositoryRefsRequest

java.lang.Object
com.atlassian.bitbucket.repository.AbstractRepositoryRefsRequest
Direct Known Subclasses:
RepositoryBranchesRequest, RepositoryTagsRequest

public abstract class AbstractRepositoryRefsRequest extends Object
  • Constructor Details

  • Method Details

    • getFilterText

      @Nullable public String 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

      @Nullable public RefOrder getOrder()
      Returns:
      the ordering to apply when listing refs; if null, the order is determined by the SCM
    • getRepository

      @Nonnull public Repository getRepository()
      Returns:
      the repository to retrieve refs from