Modifier and Type | Method and Description |
---|---|
PushImageCmd |
DockerClient.pushImageCmd(Identifier identifier) |
PushImageCmd |
DockerClient.pushImageCmd(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
PushImageCmd |
PushImageCmd.withAuthConfig(AuthConfig authConfig) |
PushImageCmd |
PushImageCmd.withName(java.lang.String name) |
PushImageCmd |
PushImageCmd.withTag(java.lang.String tag) |
Modifier and Type | Method and Description |
---|---|
PushImageCmd |
DockerClientImpl.pushImageCmd(Identifier identifier) |
PushImageCmd |
DockerClientImpl.pushImageCmd(java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
class |
PushImageCmdImpl
Push the latest image to the repository.
|
Modifier and Type | Method and Description |
---|---|
PushImageCmd |
PushImageCmdImpl.withAuthConfig(AuthConfig authConfig) |
PushImageCmd |
PushImageCmdImpl.withName(java.lang.String name) |
PushImageCmd |
PushImageCmdImpl.withTag(java.lang.String tag) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Void |
PushImageCmdExec.execute0(PushImageCmd command,
ResultCallback<PushResponseItem> resultCallback) |
Modifier and Type | Method and Description |
---|---|
protected AbstractCallbackNotifier<PushResponseItem> |
PushImageCmdExec.callbackNotifier(PushImageCmd command,
ResultCallback<PushResponseItem> resultCallback) |
Copyright © 2018. All Rights Reserved.