public class PullImageCmdImpl extends AbstrAsyncDockerCmd<PullImageCmd,PullResponseItem> implements PullImageCmd
PullImageCmd.Execexecution| Constructor and Description |
|---|
PullImageCmdImpl(PullImageCmd.Exec exec,
AuthConfig authConfig,
String repository) |
| Modifier and Type | Method and Description |
|---|---|
AuthConfig |
getAuthConfig() |
String |
getRegistry() |
String |
getRepository() |
String |
getTag() |
PullImageCmd |
withAuthConfig(AuthConfig authConfig) |
PullImageCmd |
withRegistry(String registry) |
PullImageCmd |
withRepository(String repository) |
PullImageCmd |
withTag(String tag) |
close, execclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecpublic PullImageCmdImpl(PullImageCmd.Exec exec, AuthConfig authConfig, String repository)
public AuthConfig getAuthConfig()
getAuthConfig in interface PullImageCmdpublic PullImageCmd withAuthConfig(AuthConfig authConfig)
withAuthConfig in interface PullImageCmdpublic String getRepository()
getRepository in interface PullImageCmdpublic String getTag()
getTag in interface PullImageCmdpublic String getRegistry()
getRegistry in interface PullImageCmdpublic PullImageCmd withRepository(String repository)
withRepository in interface PullImageCmdpublic PullImageCmd withTag(String tag)
withTag in interface PullImageCmdpublic PullImageCmd withRegistry(String registry)
withRegistry in interface PullImageCmdCopyright © 2017. All Rights Reserved.