|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.Descriptor<SlaveTemplate>
hudson.plugins.ec2.SlaveTemplate.DescriptorImpl
@Extension public static final class SlaveTemplate.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 | |
|---|---|
SlaveTemplate.DescriptorImpl()
|
|
| Method Summary | |
|---|---|
hudson.util.FormValidation |
doCheckIdleTerminationMinutes(String value)
|
hudson.util.ListBoxModel |
doFillZoneItems(String accessId,
String secretKey,
String region)
|
hudson.util.FormValidation |
doValidateAmi(String accessId,
String secretKey,
String region,
String ami)
Check that the AMI requested is available in the cloud and can be used. |
String |
getDisplayName()
|
String |
getHelpFile(String fieldName)
Since this shares much of the configuration with EC2Computer, check its help page, too. |
| Methods inherited from class hudson.model.Descriptor |
|---|
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, 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 SlaveTemplate.DescriptorImpl()
| Method Detail |
|---|
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<SlaveTemplate>public String getHelpFile(String fieldName)
EC2Computer, check its help page, too.
getHelpFile in class hudson.model.Descriptor<SlaveTemplate>
public hudson.util.FormValidation doValidateAmi(@QueryParameter
String accessId,
@QueryParameter
String secretKey,
@QueryParameter
String region,
@QueryParameter
String ami)
throws IOException,
javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckIdleTerminationMinutes(@QueryParameter
String value)
public hudson.util.ListBoxModel doFillZoneItems(@QueryParameter
String accessId,
@QueryParameter
String secretKey,
@QueryParameter
String region)
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 | |||||||||