@Extension public static final class DigitalOceanCloud.DescriptorImpl extends Descriptor<Cloud>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
static FormValidation |
doCheckAuthToken(String authToken) |
FormValidation |
doCheckInstanceCap(String instanceCap) |
FormValidation |
doCheckName(String name) |
FormValidation |
doCheckPrivateKey(String value) |
FormValidation |
doCheckSshKeyId(String authTokenCredentialId) |
ListBoxModel |
doFillAuthTokenCredentialIdItems(String credentialsId) |
ListBoxModel |
doFillPrivateKeyCredentialIdItems(String credentialsId) |
ListBoxModel |
doFillSshKeyIdItems(String authTokenCredentialId) |
FormValidation |
doTestConnection(String authTokenCredentialId) |
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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public String getDisplayName()
getDisplayName
in class Descriptor<Cloud>
public FormValidation doTestConnection(@QueryParameter String authTokenCredentialId)
public FormValidation doCheckName(@QueryParameter String name)
public static FormValidation doCheckAuthToken(@QueryParameter String authToken)
public FormValidation doCheckPrivateKey(@QueryParameter String value) throws IOException
IOException
public FormValidation doCheckSshKeyId(@QueryParameter String authTokenCredentialId)
public FormValidation doCheckInstanceCap(@QueryParameter String instanceCap)
public ListBoxModel doFillSshKeyIdItems(@QueryParameter String authTokenCredentialId) throws com.myjeeva.digitalocean.exception.RequestUnsuccessfulException, com.myjeeva.digitalocean.exception.DigitalOceanException
com.myjeeva.digitalocean.exception.RequestUnsuccessfulException
com.myjeeva.digitalocean.exception.DigitalOceanException
public ListBoxModel doFillPrivateKeyCredentialIdItems(@QueryParameter String credentialsId)
public ListBoxModel doFillAuthTokenCredentialIdItems(@QueryParameter String credentialsId)
Copyright © 2016–2022. All rights reserved.