Package | Description |
---|---|
hudson.plugins.ec2 |
Modifier and Type | Method and Description |
---|---|
SlaveTemplate |
EC2Computer.getSlaveTemplate() |
SlaveTemplate |
EC2Cloud.getTemplate(hudson.model.Label label)
Gets
SlaveTemplate that has the matching Label . |
SlaveTemplate |
EC2Cloud.getTemplate(String template) |
Modifier and Type | Method and Description |
---|---|
hudson.model.Descriptor<SlaveTemplate> |
SlaveTemplate.getDescriptor() |
List<SlaveTemplate> |
EC2Cloud.getTemplates() |
Constructor and Description |
---|
AmazonEC2Cloud(String cloudName,
boolean useInstanceProfileForCredentials,
String credentialsId,
String region,
String privateKey,
String instanceCapStr,
List<? extends SlaveTemplate> templates) |
EC2Cloud(String id,
boolean useInstanceProfileForCredentials,
String credentialsId,
String privateKey,
String instanceCapStr,
List<? extends SlaveTemplate> templates) |
Eucalyptus(URL ec2endpoint,
URL s3endpoint,
boolean useInstanceProfileForCredentials,
String credentialsId,
String privateKey,
String instanceCapStr,
List<SlaveTemplate> templates) |
Copyright © 2004-2016. All Rights Reserved.