public class ContextAwareDockerRuntimeExecConfig extends Object implements ContextAware, DockerRuntimeExecConfig, CloneableConfig<DockerRuntimeExecConfig>
RUNTIME_NAME| Constructor and Description |
|---|
ContextAwareDockerRuntimeExecConfig() |
ContextAwareDockerRuntimeExecConfig(ProviderId providerId,
String image,
String port,
boolean pull) |
| Modifier and Type | Method and Description |
|---|---|
DockerRuntimeExecConfig |
asNewClone(DockerRuntimeExecConfig source) |
String |
getImage() |
String |
getPort() |
ProviderId |
getProviderId() |
boolean |
isPull() |
void |
setContext(Map<String,?> context) |
void |
setImage(String image) |
void |
setPort(String port) |
void |
setProviderId(ProviderId providerId) |
void |
setPull(boolean pull) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetRuntimeNamepublic ContextAwareDockerRuntimeExecConfig()
public ContextAwareDockerRuntimeExecConfig(ProviderId providerId, String image, String port, boolean pull)
public void setContext(Map<String,?> context)
setContext in interface ContextAwarepublic ProviderId getProviderId()
getProviderId in interface ProvisioningConfiggetProviderId in interface RuntimeConfigpublic String getImage()
getImage in interface DockerRuntimeConfigpublic String getPort()
getPort in interface DockerRuntimeConfigpublic boolean isPull()
isPull in interface DockerRuntimeConfigpublic void setProviderId(ProviderId providerId)
public void setImage(String image)
public void setPort(String port)
public void setPull(boolean pull)
public DockerRuntimeExecConfig asNewClone(DockerRuntimeExecConfig source)
asNewClone in interface CloneableConfig<DockerRuntimeExecConfig>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.