@Extension
public static class EC2FleetCloud.DescriptorImpl
extends hudson.model.Descriptor<hudson.slaves.Cloud>
| Modifier and Type | Field and Description |
|---|---|
String |
accessId |
String |
fleet |
String |
privateKey |
String |
region |
String |
secretKey |
boolean |
showAllFleets |
| 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 |
doFillFleetItems(boolean showAllFleets,
String region,
String endpoint,
String awsCredentialsId,
String fleet) |
hudson.util.ListBoxModel |
doFillRegionItems(String awsCredentialsId) |
hudson.util.FormValidation |
doTestConnection(String awsCredentialsId,
String region,
String endpoint,
String fleet) |
String |
getAccessId() |
List |
getComputerConnectorDescriptors() |
String |
getDisplayName() |
String |
getFleet() |
String |
getRegion() |
String |
getSecretKey() |
boolean |
isShowAllFleets() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, 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 accessId
public String secretKey
public String region
public String privateKey
public String fleet
public boolean showAllFleets
public 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 doFillFleetItems(@QueryParameter
boolean showAllFleets,
@QueryParameter
String region,
@QueryParameter
String endpoint,
@QueryParameter
String awsCredentialsId,
@QueryParameter
String fleet)
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.FormExceptionpublic boolean isShowAllFleets()
public String getAccessId()
public String getSecretKey()
public String getRegion()
public String getFleet()
Copyright © 2016–2019. All rights reserved.