Class BambooSearchProvider

java.lang.Object
com.atlassian.sal.bamboo.search.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 Details

    • BambooSearchProvider

      public BambooSearchProvider()
  • Method Details

    • 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