Uses of Class
org.jenkinsci.plugins.lucene.search.Field
-
Packages that use Field Package Description org.jenkinsci.plugins.lucene.search -
-
Uses of Field in org.jenkinsci.plugins.lucene.search
Methods in org.jenkinsci.plugins.lucene.search that return Field Modifier and Type Method Description static Field
Field. getIndex(String fieldName)
static Field
Field. valueOf(String name)
Returns the enum constant of this type with the specified name.static Field[]
Field. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-