public abstract class FreeTextSearchExtension extends Object implements hudson.ExtensionPoint
| Constructor and Description |
|---|
FreeTextSearchExtension() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.ExtensionList<FreeTextSearchExtension> |
all() |
abstract String |
getKeyword()
Specifies the keyword that lucene stores the data as.
|
abstract String |
getTextResult(hudson.model.AbstractBuild<?,?> build)
The text that will be searchable.
|
boolean |
isDefaultSearchable()
If this keyword should be included in the default list of fields to search through.
|
boolean |
isPersist()
If the original data should be stored in the index.
|
public static hudson.ExtensionList<FreeTextSearchExtension> all()
public abstract String getKeyword()
public abstract String getTextResult(hudson.model.AbstractBuild<?,?> build)
public boolean isPersist()
public boolean isDefaultSearchable()
Copyright © 2004-2015. All Rights Reserved.