Class FreeTextSearchItemImplementation
- java.lang.Object
-
- org.jenkinsci.plugins.lucene.search.FreeTextSearchItem
-
- org.jenkinsci.plugins.lucene.search.FreeTextSearchItemImplementation
-
- All Implemented Interfaces:
SearchItem
public class FreeTextSearchItemImplementation extends FreeTextSearchItem
-
-
Constructor Summary
Constructors Constructor Description FreeTextSearchItemImplementation(String searchName, String projectName, String[] bestFragments, String url, boolean isShowConsole)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getBestFragments()
String
getIconFileName()
String
getProjectName()
SearchIndex
getSearchIndex()
String
getSearchName()
String
getSearchUrl()
boolean
isShowConsole()
-
Methods inherited from class org.jenkinsci.plugins.lucene.search.FreeTextSearchItem
getUrl
-
-
-
-
Method Detail
-
getSearchUrl
public String getSearchUrl()
-
getSearchName
public String getSearchName()
-
getProjectName
public String getProjectName()
-
getBestFragments
public String[] getBestFragments()
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in classFreeTextSearchItem
-
isShowConsole
public boolean isShowConsole()
- Specified by:
isShowConsole
in classFreeTextSearchItem
-
getSearchIndex
public SearchIndex getSearchIndex()
-
-