Package jenkins.plugins.instana.util
Class HttpRequestNameValuePair.NameValueParamDescriptor
java.lang.Object
hudson.model.Descriptor<HttpRequestNameValuePair>
jenkins.plugins.instana.util.HttpRequestNameValuePair.NameValueParamDescriptor
- Enclosing class:
- HttpRequestNameValuePair
@Extension public static class HttpRequestNameValuePair.NameValueParamDescriptor extends Descriptor<HttpRequestNameValuePair>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
-
Constructor Summary
Constructors Constructor Description NameValueParamDescriptor()
-
Method Summary
Modifier and Type Method Description FormValidation
doCheckName(String value)
FormValidation
doCheckValue(String value)
String
getDisplayName()
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, 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
-
Constructor Details
-
NameValueParamDescriptor
public NameValueParamDescriptor()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<HttpRequestNameValuePair>
-
doCheckName
-
doCheckValue
-