public class PushCommandBuilder extends Object
| Constructor and Description |
|---|
PushCommandBuilder(DockerClient client) |
| Modifier and Type | Method and Description |
|---|---|
PushCommandResponse |
execute() |
PushCommandBuilder |
name(String name) |
PushCommandBuilder |
registry(String registry) |
public PushCommandBuilder(DockerClient client)
public PushCommandBuilder name(String name)
public PushCommandBuilder registry(String registry)
public PushCommandResponse execute() throws IOException
IOExceptionCopyright © 2014. All rights reserved.