public class PullImageCmdImpl extends AbstrAsyncDockerCmd<PullImageCmd,PullResponseItem> implements PullImageCmd
PullImageCmd.Exec
execution
Constructor and Description |
---|
PullImageCmdImpl(PullImageCmd.Exec exec,
AuthConfig authConfig,
java.lang.String repository) |
Modifier and Type | Method and Description |
---|---|
AuthConfig |
getAuthConfig() |
java.lang.String |
getPlatform() |
java.lang.String |
getRegistry() |
java.lang.String |
getRepository() |
java.lang.String |
getTag() |
PullImageCmd |
withAuthConfig(AuthConfig authConfig) |
PullImageCmd |
withPlatform(java.lang.String platform) |
PullImageCmd |
withRegistry(java.lang.String registry) |
PullImageCmd |
withRepository(java.lang.String repository) |
PullImageCmd |
withTag(java.lang.String tag) |
close, exec
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exec
public PullImageCmdImpl(PullImageCmd.Exec exec, AuthConfig authConfig, java.lang.String repository)
public AuthConfig getAuthConfig()
getAuthConfig
in interface PullImageCmd
public PullImageCmd withAuthConfig(AuthConfig authConfig)
withAuthConfig
in interface PullImageCmd
public java.lang.String getRepository()
getRepository
in interface PullImageCmd
public java.lang.String getTag()
getTag
in interface PullImageCmd
public java.lang.String getPlatform()
getPlatform
in interface PullImageCmd
public java.lang.String getRegistry()
getRegistry
in interface PullImageCmd
public PullImageCmd withRepository(java.lang.String repository)
withRepository
in interface PullImageCmd
public PullImageCmd withTag(java.lang.String tag)
withTag
in interface PullImageCmd
public PullImageCmd withPlatform(java.lang.String platform)
withPlatform
in interface PullImageCmd
public PullImageCmd withRegistry(java.lang.String registry)
withRegistry
in interface PullImageCmd
Copyright © 2018. All Rights Reserved.