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, wait
getRuntimeName
public ContextAwareDockerRuntimeExecConfig()
public ContextAwareDockerRuntimeExecConfig(ProviderId providerId, String image, String port, boolean pull)
public void setContext(Map<String,?> context)
setContext
in interface ContextAware
public ProviderId getProviderId()
getProviderId
in interface ProvisioningConfig
getProviderId
in interface RuntimeConfig
public String getImage()
getImage
in interface DockerRuntimeConfig
public String getPort()
getPort
in interface DockerRuntimeConfig
public boolean isPull()
isPull
in interface DockerRuntimeConfig
public 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–2020 JBoss by Red Hat. All rights reserved.