Uses of Class
org.jenkinsci.plugins.lucene.search.databackend.Progress
-
Packages that use Progress Package Description org.jenkinsci.plugins.lucene.search.databackend -
-
Uses of Progress in org.jenkinsci.plugins.lucene.search.databackend
Subclasses of Progress in org.jenkinsci.plugins.lucene.search.databackend Modifier and Type Class Description class
ManagerProgress
Methods in org.jenkinsci.plugins.lucene.search.databackend that return Progress Modifier and Type Method Description Progress
ManagerProgress. beginCleanJob()
Progress
ManagerProgress. beginJob(Job<?,?> project)
Methods in org.jenkinsci.plugins.lucene.search.databackend that return types with arguments of type Progress Modifier and Type Method Description List<Progress>
ManagerProgress. getHistory()
Methods in org.jenkinsci.plugins.lucene.search.databackend with parameters of type Progress Modifier and Type Method Description void
SearchBackend. rebuildJob(Progress progress, Job<?,?> job, int maxWorkers, boolean overwrite)
-