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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProvision(hudson.model.Label label) |
String |
getCluster() |
String |
getCredentialsId() |
List<ECSTaskTemplate> |
getTemplates() |
String |
getTunnel() |
Collection<hudson.slaves.NodeProvisioner.PlannedNode> |
provision(hudson.model.Label label,
int excessWorkload) |
void |
setTunnel(String tunnel) |
all, checkPermission, getACL, getDescriptor, getDisplayName, getSearchUrl, hasPermission@DataBoundConstructor public ECSCloud(String name, List<ECSTaskTemplate> templates, String credentialsId, String cluster)
public List<ECSTaskTemplate> getTemplates()
public String getCredentialsId()
public String getCluster()
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.CloudCopyright © 2004-2015. All Rights Reserved.