hudson.plugins.ec2
Class AmazonEC2Cloud.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.slaves.Cloud>
      extended by hudson.plugins.ec2.EC2Cloud.DescriptorImpl
          extended by hudson.plugins.ec2.AmazonEC2Cloud.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
AmazonEC2Cloud

@Extension
public static class AmazonEC2Cloud.DescriptorImpl
extends EC2Cloud.DescriptorImpl


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
AmazonEC2Cloud.DescriptorImpl()
           
 
Method Summary
 hudson.util.ListBoxModel doFillRegionItems(String accessId, String secretKey)
           
 hudson.util.FormValidation doGenerateKey(org.kohsuke.stapler.StaplerResponse rsp, String region, String accessId, String secretKey)
           
 hudson.util.FormValidation doTestConnection(String region, String accessId, String secretKey, String privateKey)
           
 String getDisplayName()
           
 
Methods inherited from class hudson.plugins.ec2.EC2Cloud.DescriptorImpl
doCheckAccessId, doCheckPrivateKey, doCheckSecretKey, doGenerateKey, doTestConnection, getInstanceTypes
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmazonEC2Cloud.DescriptorImpl

public AmazonEC2Cloud.DescriptorImpl()
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.slaves.Cloud>

doFillRegionItems

public hudson.util.ListBoxModel doFillRegionItems(@QueryParameter
                                                  String accessId,
                                                  @QueryParameter
                                                  String secretKey)
                                           throws IOException,
                                                  javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException

doTestConnection

public hudson.util.FormValidation doTestConnection(@QueryParameter
                                                   String region,
                                                   @QueryParameter
                                                   String accessId,
                                                   @QueryParameter
                                                   String secretKey,
                                                   @QueryParameter
                                                   String privateKey)
                                            throws IOException,
                                                   javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException

doGenerateKey

public hudson.util.FormValidation doGenerateKey(org.kohsuke.stapler.StaplerResponse rsp,
                                                @QueryParameter
                                                String region,
                                                @QueryParameter
                                                String accessId,
                                                @QueryParameter
                                                String secretKey)
                                         throws IOException,
                                                javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException


Copyright © 2004-2012 Hudson. All Rights Reserved.