public class DockerRegistryAuthCredentials
extends com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DockerRegistryAuthCredentials.DescriptorImpl  | 
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorcom.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials.NameProvider| Constructor and Description | 
|---|
DockerRegistryAuthCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope,
                             String id,
                             String description,
                             String username,
                             String password,
                             String email)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.github.kostyasha.yad_docker_java.com.github.dockerjava.api.model.AuthConfig | 
getAuthConfig()  | 
String | 
getEmail()  | 
getPassword, getUsernameequals, getDescription, getId, hashCodegetDescriptor, getScopeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait@DataBoundConstructor public DockerRegistryAuthCredentials(@CheckForNull com.cloudbees.plugins.credentials.CredentialsScope scope, @CheckForNull String id, @CheckForNull String description, @CheckForNull String username, @CheckForNull String password, @CheckForNull String email)
scope - the credentials scopeid - the ID or null to generate a new one.description - the description.username - the username.password - the password.email - the email.Copyright © 2016–2020. All rights reserved.