@Extension
public static class EC2FleetCloud.DescriptorImpl
extends hudson.model.Descriptor<hudson.slaves.Cloud>
| Modifier and Type | Field and Description |
|---|---|
String |
accessId |
boolean |
alwaysReconnect |
String |
fleet |
boolean |
privateIpUsed |
String |
privateKey |
String |
region |
String |
secretKey |
boolean |
useInstanceProfileForCredentials |
String |
userName |
| 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 |
doFillCredentialsIdItems() |
hudson.util.ListBoxModel |
doFillFleetItems(String region,
String credentialsId,
String fleet) |
hudson.util.ListBoxModel |
doFillRegionItems(String credentialsId,
String region) |
hudson.util.FormValidation |
doTestConnection(String credentialsId,
String region,
String fleet) |
String |
getAccessId() |
List |
getComputerConnectorDescriptors() |
String |
getDisplayName() |
String |
getFleet() |
String |
getRegion() |
String |
getSecretKey() |
boolean |
isUseInstanceProfileForCredentials() |
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 boolean useInstanceProfileForCredentials
public String accessId
public String secretKey
public String region
public String fleet
public String userName
public boolean privateIpUsed
public boolean alwaysReconnect
public String privateKey
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.slaves.Cloud>public List getComputerConnectorDescriptors()
public hudson.util.ListBoxModel doFillCredentialsIdItems()
public hudson.util.ListBoxModel doFillRegionItems(@QueryParameter
String credentialsId,
@QueryParameter
String region)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.ListBoxModel doFillFleetItems(@QueryParameter
String region,
@QueryParameter
String credentialsId,
@QueryParameter
String fleet)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doTestConnection(@QueryParameter
String credentialsId,
@QueryParameter
String region,
@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 isUseInstanceProfileForCredentials()
public String getAccessId()
public String getSecretKey()
public String getRegion()
public String getFleet()
Copyright © 2016–2019. All rights reserved.