@Extension @Symbol(value="eC2Fleet") public static class EC2FleetCloud.DescriptorImpl extends Descriptor<Cloud>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
FormValidation |
doCheckFleet(String fleet) |
FormValidation |
doCheckMaxTotalUses(String value) |
FormValidation |
doCheckName(String name,
String isNewCloud) |
ListBoxModel |
doFillAwsCredentialsIdItems() |
ListBoxModel |
doFillFleetItems(boolean showAllFleets,
String region,
String endpoint,
String awsCredentialsId,
String fleet) |
ListBoxModel |
doFillRegionItems(String awsCredentialsId) |
FormValidation |
doTestConnection(String awsCredentialsId,
String region,
String endpoint,
String fleet) |
List |
getComputerConnectorDescriptors() |
String |
getDefaultCloudName() |
String |
getDisplayName() |
List |
getExecutorScalerDescriptors() |
Boolean |
isExistingCloudNameDuplicated(String name) |
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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public String getDisplayName()
getDisplayName
in class Descriptor<Cloud>
public List getComputerConnectorDescriptors()
public List getExecutorScalerDescriptors()
public ListBoxModel doFillAwsCredentialsIdItems()
public ListBoxModel doFillRegionItems(@QueryParameter String awsCredentialsId)
public FormValidation doCheckMaxTotalUses(@QueryParameter String value)
public FormValidation doCheckName(@QueryParameter String name, @QueryParameter String isNewCloud)
public ListBoxModel doFillFleetItems(@QueryParameter boolean showAllFleets, @QueryParameter String region, @QueryParameter String endpoint, @QueryParameter String awsCredentialsId, @QueryParameter String fleet)
public String getDefaultCloudName()
public Boolean isExistingCloudNameDuplicated(@QueryParameter String name)
public FormValidation doCheckFleet(@QueryParameter String fleet)
public 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 Descriptor.FormException
configure
in class Descriptor<Cloud>
Descriptor.FormException
Copyright © 2016–2023. All rights reserved.