| Modifier and Type | Class and Description |
|---|---|
static class |
DockerContainer.DockerVolume |
| Constructor and Description |
|---|
DockerContainer() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getForcePullImage() |
String |
getImage() |
String |
getNetwork() |
String |
getType() |
List<DockerContainer.DockerVolume> |
getVolumes() |
void |
setForcePullImage(Boolean forcePullImage) |
void |
setImage(String image) |
void |
setNetwork(String network) |
void |
setType(String type) |
void |
setVolumes(List<DockerContainer.DockerVolume> volumes) |
public String getType()
public void setType(String type)
public String getImage()
public void setImage(String image)
public String getNetwork()
public void setNetwork(String network)
public List<DockerContainer.DockerVolume> getVolumes()
public void setVolumes(List<DockerContainer.DockerVolume> volumes)
public Boolean getForcePullImage()
public void setForcePullImage(Boolean forcePullImage)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.