hudson.plugins.ec2
Class Eucalyptus.DescriptorImpl

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

@Extension
public static class Eucalyptus.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
Eucalyptus.DescriptorImpl()
           
 
Method Summary
 hudson.util.FormValidation doGenerateKey(org.kohsuke.stapler.StaplerResponse rsp, java.net.URL url, java.lang.String accessId, java.lang.String secretKey)
           
 hudson.util.FormValidation doTestConnection(java.net.URL url, 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, 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

Eucalyptus.DescriptorImpl

public Eucalyptus.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
                                                   java.net.URL url,
                                                   @QueryParameter
                                                   java.lang.String accessId,
                                                   @QueryParameter
                                                   java.lang.String secretKey,
                                                   @QueryParameter
                                                   java.lang.String privateKey)
                                            throws java.io.IOException,
                                                   javax.servlet.ServletException
Overrides:
doTestConnection in class EC2Cloud.DescriptorImpl
Throws:
java.io.IOException
javax.servlet.ServletException

doGenerateKey

public hudson.util.FormValidation doGenerateKey(org.kohsuke.stapler.StaplerResponse rsp,
                                                @QueryParameter
                                                java.net.URL url,
                                                @QueryParameter
                                                java.lang.String accessId,
                                                @QueryParameter
                                                java.lang.String secretKey)
                                         throws java.io.IOException,
                                                javax.servlet.ServletException
Overrides:
doGenerateKey in class EC2Cloud.DescriptorImpl
Throws:
java.io.IOException
javax.servlet.ServletException


Copyright © 2010. All Rights Reserved.