Class SearchBackendManager
java.lang.Object
org.jenkinsci.plugins.lucene.search.databackend.SearchBackendManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
abort()
void
clean
(ManagerProgress progress) void
getSuggestedItems
(String query) void
rebuildDatabase
(ManagerProgress progress, int maxWorkers, Set<String> jobs, boolean overwrite) void
reconfigure
(Map<String, Object> config) void
removeBuild
(Run<?, ?> run) void
storeBuild
(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)
-