Package com.amazon.jenkins.ec2fleet
Class EC2FleetCloud.DescriptorImpl
- Enclosing class:
- EC2FleetCloud
@Extension
@Symbol("eC2Fleet")
public static class EC2FleetCloud.DescriptorImpl
extends Descriptor<Cloud>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
configure
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) doCheckFleet
(String fleet) doCheckMaxTotalUses
(String value) doCheckName
(String name, String isNewCloud) doFillFleetItems
(boolean showAllFleets, String region, String endpoint, String awsCredentialsId, String fleet) doFillRegionItems
(String awsCredentialsId) doTestConnection
(String awsCredentialsId, String region, String endpoint, String fleet) Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, 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, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<Cloud>
-
getComputerConnectorDescriptors
-
getExecutorScalerDescriptors
-
doFillAwsCredentialsIdItems
-
doFillRegionItems
-
doCheckMaxTotalUses
-
doCheckName
-
doFillFleetItems
public ListBoxModel doFillFleetItems(@QueryParameter boolean showAllFleets, @QueryParameter String region, @QueryParameter String endpoint, @QueryParameter String awsCredentialsId, @QueryParameter String fleet) -
getDefaultCloudName
-
isExistingCloudNameDuplicated
-
doCheckFleet
-
doTestConnection
public FormValidation doTestConnection(@QueryParameter String awsCredentialsId, @QueryParameter String region, @QueryParameter String endpoint, @QueryParameter String fleet) -
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) throws Descriptor.FormException - Overrides:
configure
in classDescriptor<Cloud>
- Throws:
Descriptor.FormException
-