@Extension public class SearchBackendConfiguration extends GlobalConfiguration
Descriptor.FormException, Descriptor.PropertyType, Descriptor.SelfExtensionPoint.LegacyInstancesAreScopedToHudsonclazz| Constructor and Description |
|---|
SearchBackendConfiguration() |
SearchBackendConfiguration(File lucenePath,
boolean useSecurity) |
SearchBackendConfiguration(String lucenePath,
boolean useSecurity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
FormValidation |
doCheckLucenePath(String lucenePath) |
Map<String,Object> |
getConfig() |
String |
getLucenePath() |
boolean |
isUseSecurity() |
void |
reconfigure() |
void |
setLucenePath(File lucenePath) |
void |
setUseSecurity(boolean useSecurity) |
all, getDescriptor, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap@DataBoundConstructor public SearchBackendConfiguration(String lucenePath, boolean useSecurity)
public SearchBackendConfiguration(File lucenePath, boolean useSecurity)
public SearchBackendConfiguration()
public String getLucenePath()
public void setLucenePath(File lucenePath)
public FormValidation doCheckLucenePath(@QueryParameter String lucenePath)
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws Descriptor.FormException
configure in class GlobalConfigurationDescriptor.FormExceptionpublic void reconfigure()
throws IOException
IOExceptionpublic boolean isUseSecurity()
public void setUseSecurity(boolean useSecurity)
Copyright © 2016–2021. All rights reserved.