Class BitBucketRepositoriesSearch

    • Method Detail

      • search

        public BitBucketRepositoriesSearch search​(@NotNull
                                                  String searchString)
        Description copied from interface: VcsSearch
        Sets a search string (if supported). The search string is matched across entity names
        Specified by:
        search in interface VcsSearch<VcsRepositories>
        Parameters:
        searchString - search string, case-insensitive
        Returns:
        the same object
      • page

        public BitBucketRepositoriesSearch page​(@NotNull
                                                String pageId)
        The ID of the page is assumed to be a query string of a URL returned by BitBucket including the `?` character, encoded in url-safe Base64.

        If current builder already has page size or search query set, they will be checked against those present in the pageId. If not matching, pageId has lower priority and will be ignored (as in such a case the ID comes from another paged request, and modification of its parameters may lead to unpredictable search results).

        Specified by:
        page in interface VcsSearch<VcsRepositories>
        Parameters:
        pageId - page id in form of a parameter string of an url returned by BitBucket as the url of the next page.
        Returns: