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 |
getPlatform() |
String |
getRegistry() |
String |
getRepository() |
String |
getTag() |
PullImageCmd |
withAuthConfig(AuthConfig authConfig) |
PullImageCmd |
withPlatform(String platform) |
PullImageCmd |
withRegistry(String registry) |
PullImageCmd |
withRepository(String repository) |
PullImageCmd |
withTag(String tag) |
close, execclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstartexecpublic 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 getPlatform()
getPlatform 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 withPlatform(String platform)
withPlatform in interface PullImageCmdpublic PullImageCmd withRegistry(String registry)
withRegistry in interface PullImageCmdCopyright © 2025. All rights reserved.