@Extension public class PluginConfiguration extends GlobalConfiguration
Descriptor.FormException, Descriptor.PropertyType, Descriptor.SelfExtensionPoint.LegacyInstancesAreScopedToHudsonclazz| Constructor and Description |
|---|
PluginConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
FormValidation |
doCheckCacheServiceUrl(String value) |
FormValidation |
doCheckTimeout(String value) |
static PluginConfiguration |
get() |
String |
getCacheServiceUrl() |
String |
getTimeout() |
int |
getTimeoutInt() |
void |
setCacheServiceUrl(String cacheServiceUrl) |
void |
setTimeout(String timeout) |
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 PluginConfiguration get()
public String getCacheServiceUrl()
public String getTimeout()
public int getTimeoutInt()
@DataBoundSetter public void setCacheServiceUrl(String cacheServiceUrl)
@DataBoundSetter public void setTimeout(String timeout)
public FormValidation doCheckCacheServiceUrl(@QueryParameter String value)
public FormValidation doCheckTimeout(@QueryParameter String value)
Copyright © 2016–2021. All rights reserved.