public class ECSTaskTemplate extends hudson.model.AbstractDescribableImpl<ECSTaskTemplate>
| Modifier and Type | Class and Description |
|---|---|
static class |
ECSTaskTemplate.DescriptorImpl |
| Constructor and Description |
|---|
ECSTaskTemplate(String label,
String image,
String remoteFSRoot,
int memory,
int cpu) |
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest |
asRegisterTaskDefinitionRequest(Collection<String> command) |
int |
getCpu() |
String |
getDisplayName() |
String |
getEntrypoint() |
String |
getImage() |
String |
getJvmArgs() |
String |
getLabel() |
Set<hudson.model.labels.LabelAtom> |
getLabelSet() |
int |
getMemory() |
String |
getRemoteFSRoot() |
void |
setEntrypoint(String entrypoint) |
void |
setJvmArgs(String jvmArgs) |
@DataBoundSetter public void setEntrypoint(String entrypoint)
@DataBoundSetter public void setJvmArgs(String jvmArgs)
public String getLabel()
public String getImage()
public String getRemoteFSRoot()
public int getMemory()
public int getCpu()
public String getEntrypoint()
public String getJvmArgs()
public Set<hudson.model.labels.LabelAtom> getLabelSet()
public String getDisplayName()
public com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest asRegisterTaskDefinitionRequest(Collection<String> command)
Copyright © 2004-2015. All Rights Reserved.