> On 22.11.2016, at 18:21, Marcin Zajączkowski <
msz...@wp.pl> wrote:
>
> Is it possible to provide custom "search provider" which would be used to return additional results in the Jenkins search box?
DeliveryPipelineView is a View is an AbstractModelObject is a SearchableModelObject.
I think AbstractModelObject#makeSearchIndex should be the best method to override. Look at its other implementations to see how they add stuff to the search box.
(BTW, I've long thought the 'search' in Jenkins isn't a search, but more a "Launcher" -- now that I've seen the 'QuickSilver' classes, it's obvious what the inspiration was…)