public class PullImageCmdImpl extends AbstrAsyncDockerCmd<PullImageCmd,PullResponseItem> implements PullImageCmd
PullImageCmd.Exec
execution
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, exec
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exec
public PullImageCmdImpl(PullImageCmd.Exec exec, AuthConfig authConfig, String repository)
public AuthConfig getAuthConfig()
getAuthConfig
in interface PullImageCmd
public PullImageCmd withAuthConfig(AuthConfig authConfig)
withAuthConfig
in interface PullImageCmd
public String getRepository()
getRepository
in interface PullImageCmd
public String getTag()
getTag
in interface PullImageCmd
public String getRegistry()
getRegistry
in interface PullImageCmd
public PullImageCmd withRepository(String repository)
withRepository
in interface PullImageCmd
public PullImageCmd withTag(String tag)
withTag
in interface PullImageCmd
public PullImageCmd withRegistry(String registry)
withRegistry
in interface PullImageCmd
Copyright © 2017. All Rights Reserved.