public class DockerAuthConfig extends Object
| Constructor and Description | 
|---|
DockerAuthConfig(String target,
                String credentialsId)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.github.kostyasha.yad_docker_java.com.github.dockerjava.api.model.AuthConfig | 
getAuthConfig()  | 
String | 
getCredentialsId()  | 
String | 
getTarget()  | 
void | 
setCredentialsId(String credentialsId)  | 
void | 
setTarget(String registryAddress)  | 
@CheckForNull public String getTarget()
public void setTarget(String registryAddress)
@CheckForNull public String getCredentialsId()
public void setCredentialsId(String credentialsId)
@CheckForNull public com.github.kostyasha.yad_docker_java.com.github.dockerjava.api.model.AuthConfig getAuthConfig()
Copyright © 2016–2020. All rights reserved.