public class DockerModel extends Object
| Constructor and Description |
|---|
DockerModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCommandArg(String commandArg) |
String |
getCmd() |
Set<CopyFileModel> |
getCopyFiles() |
void |
setCopyFiles(Set<CopyFileModel> externalFiles) |
void |
setDockerAPIVersion(String dockerAPIVersion) |
String |
toString() |
public void setDockerAPIVersion(String dockerAPIVersion)
public Set<CopyFileModel> getCopyFiles()
public void setCopyFiles(Set<CopyFileModel> externalFiles) throws DockerGenException
DockerGenExceptionpublic void addCommandArg(String commandArg)
public String getCmd()
Copyright © 2024 WSO2. All rights reserved.