public class AmazonEC2Cloud extends EC2Cloud
EC2Cloud
.Modifier and Type | Class and Description |
---|---|
static class |
AmazonEC2Cloud.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static String |
CLOUD_ID_PREFIX |
static boolean |
testMode |
AWS_URL_HOST, connection, DEFAULT_EC2_HOST, EC2_SLAVE_TYPE_DEMAND, EC2_SLAVE_TYPE_SPOT, instanceCap, privateKey
Constructor and Description |
---|
AmazonEC2Cloud(String cloudName,
boolean useInstanceProfileForCredentials,
String credentialsId,
String region,
String privateKey,
String instanceCapStr,
List<? extends SlaveTemplate> templates) |
Modifier and Type | Method and Description |
---|---|
String |
getCloudName() |
String |
getDisplayName() |
URL |
getEc2EndpointUrl() |
static URL |
getEc2EndpointUrl(String region) |
String |
getRegion() |
URL |
getS3EndpointUrl() |
buildPresignedURL, canProvision, checkEndPoint, connect, connect, convertHostName, convertPort, createCredentialsProvider, doAttach, doProvision, getCredentialsId, getInstanceCapStr, getKeyPair, getPrivateKey, getSlaveTypeTagValue, getTemplate, getTemplate, getTemplates, isUseInstanceProfileForCredentials, log, log, provision, readResolve
all, checkPermission, getACL, getDescriptor, getSearchUrl, hasPermission
public static final String CLOUD_ID_PREFIX
public static boolean testMode
public String getCloudName()
public String getDisplayName()
getDisplayName
in interface hudson.model.ModelObject
getDisplayName
in class hudson.slaves.Cloud
public String getRegion()
public URL getEc2EndpointUrl()
getEc2EndpointUrl
in class EC2Cloud
public URL getS3EndpointUrl()
getS3EndpointUrl
in class EC2Cloud
Copyright © 2004-2016. All Rights Reserved.