public abstract class AbstrAuthCfgDockerCmd<T extends DockerCmd<RES_T>,RES_T> extends AbstrDockerCmd<T,RES_T>
execution
Constructor and Description |
---|
AbstrAuthCfgDockerCmd(DockerCmdSyncExec<T,RES_T> execution) |
AbstrAuthCfgDockerCmd(DockerCmdSyncExec<T,RES_T> execution,
AuthConfig authConfig) |
Modifier and Type | Method and Description |
---|---|
AuthConfig |
getAuthConfig() |
T |
withAuthConfig(AuthConfig authConfig) |
close, exec, registryAuth, toString
public AbstrAuthCfgDockerCmd(DockerCmdSyncExec<T,RES_T> execution, AuthConfig authConfig)
public AbstrAuthCfgDockerCmd(DockerCmdSyncExec<T,RES_T> execution)
public AuthConfig getAuthConfig()
public T withAuthConfig(AuthConfig authConfig)
Copyright © 2017. All Rights Reserved.