@Extension public static class AmazonEC2Cloud.DescriptorImpl extends EC2Cloud.DescriptorImpl
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckCloudName(String value) |
hudson.util.ListBoxModel |
doFillRegionItems(boolean useInstanceProfileForCredentials,
String credentialsId) |
hudson.util.FormValidation |
doGenerateKey(org.kohsuke.stapler.StaplerResponse rsp,
String region,
boolean useInstanceProfileForCredentials,
String credentialsId) |
hudson.util.FormValidation |
doTestConnection(String region,
boolean useInstanceProfileForCredentials,
String credentialsId,
String privateKey) |
String |
getDisplayName() |
doCheckPrivateKey, doCheckUseInstanceProfileForCredentials, doFillCredentialsIdItems, doGenerateKey, doTestConnection, getInstanceTypes
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, toMap
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.slaves.Cloud>
public hudson.util.FormValidation doCheckCloudName(@QueryParameter String value)
public hudson.util.ListBoxModel doFillRegionItems(@QueryParameter boolean useInstanceProfileForCredentials, @QueryParameter String credentialsId) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doTestConnection(@QueryParameter String region, @QueryParameter boolean useInstanceProfileForCredentials, @QueryParameter String credentialsId, @QueryParameter String privateKey) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doGenerateKey(org.kohsuke.stapler.StaplerResponse rsp, @QueryParameter String region, @QueryParameter boolean useInstanceProfileForCredentials, @QueryParameter String credentialsId) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
Copyright © 2004-2016. All Rights Reserved.