| Constructor and Description |
|---|
DockerTarget(Map<String,Object> options) |
DockerTarget(String dockerImage) |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<Integer,String> |
getCommand() |
void |
setCommand(java.util.function.Function<Integer,String> command) |
Map<String,Object> |
start(Logger logger) |
Map<String,Object> |
stop(Logger logger) |
public DockerTarget(String dockerImage)
public void setCommand(java.util.function.Function<Integer,String> command)
public java.util.function.Function<Integer,String> getCommand()
Copyright © 2020. All rights reserved.