Class BambooSearchProvider

  • All Implemented Interfaces:
    com.atlassian.sal.api.search.SearchProvider

    @Component
    public class BambooSearchProvider
    extends Object
    implements com.atlassian.sal.api.search.SearchProvider
    Search is not currently available in Bamboo so this is stubbed out.
    • Constructor Detail

      • BambooSearchProvider

        public BambooSearchProvider()
    • Method Detail

      • search

        public com.atlassian.sal.api.search.SearchResults search​(String username,
                                                                 String searchQuery)
        Specified by:
        search in interface com.atlassian.sal.api.search.SearchProvider
      • search

        public com.atlassian.sal.api.search.SearchResults search​(com.atlassian.sal.api.user.UserKey userKey,
                                                                 String searchQuery)
        Specified by:
        search in interface com.atlassian.sal.api.search.SearchProvider