Class SearchBackendManager
java.lang.Object
org.jenkinsci.plugins.lucene.search.databackend.SearchBackendManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidabort()voidclean(ManagerProgress progress) voidgetSuggestedItems(String query) voidrebuildDatabase(ManagerProgress progress, int maxWorkers, Set<String> jobs, boolean overwrite) voidreconfigure(Map<String, Object> config) voidremoveBuild(Run<?, ?> run) voidstoreBuild(Run<?, ?> run)
-
Constructor Details
-
SearchBackendManager
public SearchBackendManager()
-
-
Method Details
-
reconfigure
- Throws:
IOException
-
getHits
-
getSuggestedItems
-
clean
-
abort
public void abort() -
removeBuild
- Throws:
IOException
-
deleteJob
- Throws:
IOException
-
storeBuild
- Throws:
IOException
-
rebuildDatabase
public void rebuildDatabase(ManagerProgress progress, int maxWorkers, Set<String> jobs, boolean overwrite)
-