public class PushImageCmdImpl extends AbstrAsyncDockerCmd<PushImageCmd,PushResponseItem> implements PushImageCmd
PushImageCmd.Execexecution| Constructor and Description |
|---|
PushImageCmdImpl(PushImageCmd.Exec exec,
AuthConfig authConfig,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
AuthConfig |
getAuthConfig() |
java.lang.String |
getName() |
java.lang.String |
getTag() |
PushImageCmd |
withAuthConfig(AuthConfig authConfig) |
PushImageCmd |
withName(java.lang.String name) |
PushImageCmd |
withTag(java.lang.String tag) |
close, execclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecpublic PushImageCmdImpl(PushImageCmd.Exec exec, AuthConfig authConfig, java.lang.String name)
public java.lang.String getName()
getName in interface PushImageCmdpublic java.lang.String getTag()
getTag in interface PushImageCmdpublic PushImageCmd withName(java.lang.String name)
withName in interface PushImageCmdname - The name, e.g. "alexec/busybox" or just "busybox" if you want to default. Not null.public PushImageCmd withTag(java.lang.String tag)
withTag in interface PushImageCmdtag - The image's tag. Can be null or empty.public AuthConfig getAuthConfig()
getAuthConfig in interface PushImageCmdpublic PushImageCmd withAuthConfig(AuthConfig authConfig)
withAuthConfig in interface PushImageCmdCopyright © 2020. All Rights Reserved.