@Extension public static final class Datacenter.DescriptorImpl extends Descriptor<Cloud>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject o) |
FormValidation |
doCheckHostname(String value) |
FormValidation |
doCheckPassword(String value) |
FormValidation |
doCheckRealm(String value) |
FormValidation |
doCheckUsername(String value) |
FormValidation |
doTestConnection(String hostname,
String username,
String realm,
String password,
Boolean ignoreSSL) |
String |
getDisplayName() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, 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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class Descriptor<Cloud>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject o)
throws Descriptor.FormException
configure in class Descriptor<Cloud>Descriptor.FormExceptionpublic FormValidation doCheckHostname(@QueryParameter String value)
public FormValidation doCheckUsername(@QueryParameter String value)
public FormValidation doCheckRealm(@QueryParameter String value)
public FormValidation doCheckPassword(@QueryParameter String value)
Copyright © 2016–2021 Dynamo-Media. All rights reserved.