@Extension
public class RedisDatabasePoolConfiguration
extends jenkins.model.GlobalConfiguration
| Constructor and Description |
|---|
RedisDatabasePoolConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckRedisServerUrl(String value) |
hudson.util.FormValidation |
doTestConnection(String redisServerUrl) |
static RedisDatabasePoolConfiguration |
get() |
String |
getRedisServerUrl() |
void |
setRedisServerUrl(String redisServerUrl)
Together with
redisServerUrl, binds to entry in config.jelly. |
all, configure, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static RedisDatabasePoolConfiguration get()
@DataBoundSetter public void setRedisServerUrl(String redisServerUrl)
redisServerUrl, binds to entry in config.jelly.redisServerUrl - the new value of this fieldpublic String getRedisServerUrl()
public hudson.util.FormValidation doCheckRedisServerUrl(@QueryParameter
String value)
public hudson.util.FormValidation doTestConnection(@QueryParameter
String redisServerUrl)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2016–2020. All rights reserved.