@Extension public static class ProxyConfiguration.DescriptorImpl extends Descriptor<ProxyConfiguration>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
FormValidation |
doCheckPort(String value) |
FormValidation |
doValidateProxy(String testUrl,
String name,
int port,
String userName,
String password,
String noProxyHost) |
String |
getDisplayName()
Human readable name of this kind of configurable object.
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, 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, toMap
public String getDisplayName()
Descriptor
getDisplayName
in class Descriptor<ProxyConfiguration>
public FormValidation doCheckPort(@QueryParameter String value)
public FormValidation doValidateProxy(@QueryParameter(value="testUrl") String testUrl, @QueryParameter(value="name") String name, @QueryParameter(value="port") int port, @QueryParameter(value="userName") String userName, @QueryParameter(value="password") String password, @QueryParameter(value="noProxyHost") String noProxyHost)
Copyright © 2015. All rights reserved.