@Extension public static class HostConnection.DescriptorImpl extends hudson.model.Descriptor<HostConnection>
CodeCoverageBuilder. It also contains the global configuration
options as fields, just like the CodeCoverageBuilder contains the configuration options for a job| Constructor and Description |
|---|
DescriptorImpl()
Constructor.
|
DescriptorImpl(Class<? extends HostConnection> clazz)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckCesUrl(String value)
Validation for the 'CES URL' text field.
|
hudson.util.FormValidation |
doCheckDescription(String value)
Validation for the host description text field.
|
hudson.util.FormValidation |
doCheckHostPort(String value)
Validation for the 'Host:port' text field.
|
hudson.util.FormValidation |
doCheckTimeout(String value)
Validation for the host timeout text field.
|
String |
getDisplayName() |
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, toMappublic DescriptorImpl()
public DescriptorImpl(Class<? extends HostConnection> clazz)
clazz - the concrete HostCredentials classpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<HostConnection>public hudson.util.FormValidation doCheckHostPort(@QueryParameter
String value)
value - value passed from the config.jelly "hostPort" fieldpublic hudson.util.FormValidation doCheckDescription(@QueryParameter
String value)
value - value passed from the config.jelly "description" fieldpublic hudson.util.FormValidation doCheckTimeout(@QueryParameter
String value)
value - value passed from the config.jelly "timeout" fieldpublic hudson.util.FormValidation doCheckCesUrl(@QueryParameter
String value)
value - value passed from the config.jelly "cesUrl" fieldCopyright © 2016–2019. All rights reserved.