public interface PullImageCmd extends AsyncDockerCmd<PullImageCmd,PullResponseItem>
Modifier and Type | Interface and Description |
---|---|
static interface |
PullImageCmd.Exec |
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) |
exec
@CheckForNull String getRepository()
@CheckForNull String getTag()
@CheckForNull String getRegistry()
AuthConfig getAuthConfig()
PullImageCmd withRepository(@Nonnull String repository)
PullImageCmd withTag(String tag)
PullImageCmd withRegistry(String registry)
PullImageCmd withAuthConfig(AuthConfig authConfig)
Copyright © 2017. All Rights Reserved.