@Extension public static class VSphereConnectionConfig.DescriptorImpl extends Descriptor<VSphereConnectionConfig>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
FormValidation |
doCheckAllowUntrustedCertificate(boolean value) |
FormValidation |
doCheckCredentialsId(com.cloudbees.hudson.plugins.folder.AbstractFolder<?> containingFolderOrNull,
String vsHost,
String value) |
FormValidation |
doCheckVsHost(String value) |
ListBoxModel |
doFillCredentialsIdItems(com.cloudbees.hudson.plugins.folder.AbstractFolder<?> containingFolderOrNull,
String vsHost) |
FormValidation |
doTestConnection(com.cloudbees.hudson.plugins.folder.AbstractFolder<?> containingFolderOrNull,
String vsHost,
boolean allowUntrustedCertificate,
String credentialsId)
For UI.
|
String |
getDisplayName() |
static com.cloudbees.plugins.credentials.common.StandardCredentials |
lookupCredentials(String credentialsId,
String vsHost) |
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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public String getDisplayName()
getDisplayName
in class Descriptor<VSphereConnectionConfig>
public FormValidation doCheckVsHost(@QueryParameter String value)
public FormValidation doCheckAllowUntrustedCertificate(@QueryParameter boolean value)
public ListBoxModel doFillCredentialsIdItems(@AncestorInPath com.cloudbees.hudson.plugins.folder.AbstractFolder<?> containingFolderOrNull, @QueryParameter String vsHost)
public FormValidation doCheckCredentialsId(@AncestorInPath com.cloudbees.hudson.plugins.folder.AbstractFolder<?> containingFolderOrNull, @QueryParameter String vsHost, @QueryParameter String value)
public FormValidation doTestConnection(@AncestorInPath com.cloudbees.hudson.plugins.folder.AbstractFolder<?> containingFolderOrNull, @QueryParameter String vsHost, @QueryParameter boolean allowUntrustedCertificate, @QueryParameter String credentialsId)
vsHost
- From UI.credentialsId
- From UI.Copyright © 2016–2022. All rights reserved.