|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.Descriptor<hudson.slaves.Cloud>
hudson.plugins.ec2.EC2Cloud.DescriptorImpl
public abstract static class 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 | |
|---|---|
EC2Cloud.DescriptorImpl()
|
|
| Method Summary | |
|---|---|
hudson.util.FormValidation |
doCheckAccessId(String value)
|
hudson.util.FormValidation |
doCheckPrivateKey(String value)
|
hudson.util.FormValidation |
doCheckSecretKey(String value)
|
hudson.util.FormValidation |
doGenerateKey(org.kohsuke.stapler.StaplerResponse rsp,
URL ec2EndpointUrl,
String accessId,
String secretKey)
|
protected hudson.util.FormValidation |
doTestConnection(URL ec2endpoint,
String accessId,
String secretKey,
String privateKey)
|
com.amazonaws.services.ec2.model.InstanceType[] |
getInstanceTypes()
|
| Methods inherited from class hudson.model.Descriptor |
|---|
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getDescriptorUrl, getDisplayName, 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 |
|---|
public EC2Cloud.DescriptorImpl()
| Method Detail |
|---|
public com.amazonaws.services.ec2.model.InstanceType[] getInstanceTypes()
public hudson.util.FormValidation doCheckAccessId(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckSecretKey(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckPrivateKey(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected hudson.util.FormValidation doTestConnection(URL ec2endpoint,
String accessId,
String secretKey,
String privateKey)
throws IOException,
javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doGenerateKey(org.kohsuke.stapler.StaplerResponse rsp,
URL ec2EndpointUrl,
String accessId,
String secretKey)
throws IOException,
javax.servlet.ServletException
IOException
javax.servlet.ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||