@Extension
public static class EC2FleetLabelCloud.DescriptorImpl
extends hudson.model.Descriptor<hudson.slaves.Cloud>
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.ListBoxModel |
doFillAwsCredentialsIdItems() |
hudson.util.ListBoxModel |
doFillEc2KeyPairNameItems(String awsCredentialsId,
String region,
String endpoint) |
hudson.util.ListBoxModel |
doFillRegionItems(String awsCredentialsId) |
hudson.util.FormValidation |
doTestConnection(String awsCredentialsId,
String region,
String endpoint,
String fleet) |
List |
getComputerConnectorDescriptors() |
String |
getDisplayName() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.slaves.Cloud>public List getComputerConnectorDescriptors()
public hudson.util.ListBoxModel doFillAwsCredentialsIdItems()
public hudson.util.ListBoxModel doFillRegionItems(@QueryParameter
String awsCredentialsId)
public hudson.util.ListBoxModel doFillEc2KeyPairNameItems(@QueryParameter
String awsCredentialsId,
@QueryParameter
String region,
@QueryParameter
String endpoint)
public hudson.util.FormValidation doTestConnection(@QueryParameter
String awsCredentialsId,
@QueryParameter
String region,
@QueryParameter
String endpoint,
@QueryParameter
String fleet)
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.slaves.Cloud>hudson.model.Descriptor.FormExceptionCopyright © 2016–2020. All rights reserved.