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.FormValidation doGenerateKey(org.kohsuke.stapler.StaplerResponse rsp, AwsRegion region, java.lang.String accessId, java.lang.String secretKey)
           
 hudson.util.FormValidation doTestConnection(AwsRegion region, java.lang.String accessId, java.lang.String secretKey, java.lang.String privateKey)
           
 java.lang.String getDisplayName()
           
 
Methods inherited from class hudson.plugins.ec2.EC2Cloud.DescriptorImpl
doCheckAccessId, doCheckPrivateKey, doCheckSecretKey, doGenerateKey, doTestConnection, getInstanceTypes
 
Methods inherited from class hudson.model.Descriptor
configure, configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, 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 java.lang.String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.slaves.Cloud>

doTestConnection

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

doGenerateKey

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


Copyright © 2010. All Rights Reserved.