@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 |
showNonActiveSpotFleets |
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 |
doFillAwsCredentialsIdItems() |
hudson.util.ListBoxModel |
doFillFleetItems(boolean showNonActiveSpotFleets,
String region,
String awsCredentialsId,
String fleet) |
hudson.util.ListBoxModel |
doFillRegionItems(String awsCredentialsId,
String region) |
hudson.util.FormValidation |
doTestConnection(String awsCredentialsId,
String region,
String fleet) |
String |
getAccessId() |
List |
getComputerConnectorDescriptors() |
String |
getDisplayName() |
String |
getFleet() |
String |
getRegion() |
String |
getSecretKey() |
boolean |
isShowNonActiveSpotFleets() |
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 boolean showNonActiveSpotFleets
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,
@QueryParameter
String region)
public hudson.util.ListBoxModel doFillFleetItems(@QueryParameter
boolean showNonActiveSpotFleets,
@QueryParameter
String region,
@QueryParameter
String awsCredentialsId,
@QueryParameter
String fleet)
public hudson.util.FormValidation doTestConnection(@QueryParameter
String awsCredentialsId,
@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 isShowNonActiveSpotFleets()
public String getAccessId()
public String getSecretKey()
public String getRegion()
public String getFleet()
Copyright © 2016–2019. All rights reserved.