public class ContainerExec extends Object
Constructor and Description |
---|
ContainerExec() |
Modifier and Type | Method and Description |
---|---|
List<String> |
command()
Get the commands to execute within the container.
|
ContainerExec |
withCommand(List<String> command)
Set the commands to execute within the container.
|
public List<String> command()
public ContainerExec withCommand(List<String> command)
command
- the command value to setCopyright © 2019. All rights reserved.