Class FreeTextSearchItem
- java.lang.Object
-
- org.jenkinsci.plugins.lucene.search.FreeTextSearchItem
-
- All Implemented Interfaces:
SearchItem
- Direct Known Subclasses:
FreeTextSearchItemImplementation
,SearchItemWrapper
public abstract class FreeTextSearchItem extends Object implements SearchItem
-
-
Constructor Summary
Constructors Constructor Description FreeTextSearchItem()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
getIconFileName()
String
getUrl()
abstract boolean
isShowConsole()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface hudson.search.SearchItem
getSearchIndex, getSearchName, getSearchUrl
-
-