Uses of Class
org.jenkinsci.plugins.lucene.search.config.SearchBackendEngine

Packages that use SearchBackendEngine
org.jenkinsci.plugins.lucene.search   
org.jenkinsci.plugins.lucene.search.config   
org.jenkinsci.plugins.lucene.search.databackend   
 

Uses of SearchBackendEngine in org.jenkinsci.plugins.lucene.search
 

Methods in org.jenkinsci.plugins.lucene.search with parameters of type SearchBackendEngine
 void SearchBackendManager.reconfigure(SearchBackendEngine searchBackend, Map<String,Object> config)
           
 

Uses of SearchBackendEngine in org.jenkinsci.plugins.lucene.search.config
 

Methods in org.jenkinsci.plugins.lucene.search.config that return SearchBackendEngine
 SearchBackendEngine SearchBackendConfiguration.getSearchBackendEngine()
           
static SearchBackendEngine SearchBackendEngine.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SearchBackendEngine[] SearchBackendEngine.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jenkinsci.plugins.lucene.search.config with parameters of type SearchBackendEngine
 void SearchBackendConfiguration.setSearchBackend(SearchBackendEngine searchBackend)
           
 

Constructors in org.jenkinsci.plugins.lucene.search.config with parameters of type SearchBackendEngine
SearchBackendConfiguration(URI solrUrl, File lucenePath, SearchBackendEngine searchBackend, String solrCollection)
           
 

Uses of SearchBackendEngine in org.jenkinsci.plugins.lucene.search.databackend
 

Methods in org.jenkinsci.plugins.lucene.search.databackend that return SearchBackendEngine
 SearchBackendEngine SearchBackend.getEngine()
           
 

Constructors in org.jenkinsci.plugins.lucene.search.databackend with parameters of type SearchBackendEngine
SearchBackend(SearchBackendEngine engine)
           
 



Copyright © 2004-2015. All Rights Reserved.