@Extension
public static class BaremetalCloud.DescriptorImpl
extends hudson.model.Descriptor<hudson.slaves.Cloud>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckCloudName(String value) |
hudson.util.FormValidation |
doTestConnection(String fingerprint,
String apikey,
String passphrase,
String tenantId,
String userId,
String regionId,
String maxAsyncThreads)
Test connection from configuration page.
|
String |
getDisplayName() |
static hudson.util.FormValidation |
withContext(hudson.util.FormValidation fv,
String context) |
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, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.slaves.Cloud>public hudson.util.FormValidation doCheckCloudName(@QueryParameter
String value)
public static hudson.util.FormValidation withContext(hudson.util.FormValidation fv,
String context)
public hudson.util.FormValidation doTestConnection(@QueryParameter
String fingerprint,
@QueryParameter
String apikey,
@QueryParameter
String passphrase,
@QueryParameter
String tenantId,
@QueryParameter
String userId,
@QueryParameter
String regionId,
@QueryParameter
String maxAsyncThreads)
fingerprint - fingerprintapikey - apikeypassphrase - passphrasetenantId - tenant iduserId - User credentialsregionId - region IdmaxAsyncThreads - maxAsyncThreadsCopyright © 2016–2018. All rights reserved.