Class GitLabRepositoriesSearch

    • Method Detail

      • search

        public VcsSearch<VcsRepositories> search​(@NotNull
                                                 String searchString)
        GitLab specific: if the search term is two or fewer characters long, the search may return exact matches over the term instead of substring matches (e.g. "te" yields repository named exactly "te", while "team" yields both "teamcity" and "some-teamrepo").
        Specified by:
        search in interface VcsSearch<VcsRepositories>
        Parameters:
        searchString - search string, case-insensitive
        Returns:
        the same object
      • get

        public VcsRepositories get()
        Description copied from interface: VcsSearch
        Obtains a list of entities from a VCS hosting service
        Specified by:
        get in interface VcsSearch<VcsRepositories>
        Returns:
        list of repositories with some additional information