com.atlassian.sal.bamboo.search
Class BambooSearchProvider
java.lang.Object
com.atlassian.sal.bamboo.search.BambooSearchProvider
- All Implemented Interfaces:
- com.atlassian.sal.api.search.SearchProvider
public class BambooSearchProvider
- extends Object
- implements com.atlassian.sal.api.search.SearchProvider
Search is not currently available in Bamboo so this is stubbed out.
Method Summary |
com.atlassian.sal.api.search.SearchResults |
search(String username,
String searchQuery)
|
com.atlassian.sal.api.search.SearchResults |
search(com.atlassian.sal.api.user.UserKey userKey,
String searchQuery)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BambooSearchProvider
public BambooSearchProvider()
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
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.