public class ECSCloud
extends hudson.slaves.Cloud
| Modifier and Type | Class and Description |
|---|---|
static class |
ECSCloud.DescriptorImpl |
| Constructor and Description |
|---|
ECSCloud(String name,
List<ECSTaskTemplate> templates,
String credentialsId,
String cluster,
String regionName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProvision(hudson.model.Label label) |
String |
getCluster() |
String |
getCredentialsId() |
static com.amazonaws.regions.Region |
getRegion(String regionName) |
String |
getRegionName() |
List<ECSTaskTemplate> |
getTemplates() |
String |
getTunnel() |
Collection<hudson.slaves.NodeProvisioner.PlannedNode> |
provision(hudson.model.Label label,
int excessWorkload) |
void |
setRegionName(String regionName) |
void |
setTunnel(String tunnel) |
all, checkPermission, getACL, getDescriptor, getDisplayName, getSearchUrl, hasPermissionpublic List<ECSTaskTemplate> getTemplates()
public String getCredentialsId()
public String getCluster()
public String getRegionName()
public void setRegionName(String regionName)
public String getTunnel()
@DataBoundSetter public void setTunnel(String tunnel)
public boolean canProvision(hudson.model.Label label)
canProvision in class hudson.slaves.Cloudpublic Collection<hudson.slaves.NodeProvisioner.PlannedNode> provision(hudson.model.Label label, int excessWorkload)
provision in class hudson.slaves.Cloudpublic static com.amazonaws.regions.Region getRegion(String regionName)
Copyright © 2004-2016. All Rights Reserved.