public class DockerServerCredentials
extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
DockerServerEndpoint,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
DockerServerCredentials.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorcom.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider| Constructor and Description |
|---|
DockerServerCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
hudson.util.Secret clientKeySecret,
String clientCertificate,
String serverCaCertificate) |
DockerServerCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String clientKey,
String clientCertificate,
String serverCaCertificate)
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClientCertificate()
Gets the PEM formatted client certificate.
|
String |
getClientKey()
Deprecated.
|
hudson.util.Secret |
getClientKeySecret()
Gets the PEM formatted secret key to identify the client.
|
String |
getServerCaCertificate()
Gets the PEM formatted server certificate.
|
equals, getDescription, getId, hashCodegetDescriptor, getScope@Deprecated public DockerServerCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, String description, @CheckForNull String clientKey, @CheckForNull String clientCertificate, @CheckForNull String serverCaCertificate)
@DataBoundConstructor
public DockerServerCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
@CheckForNull
hudson.util.Secret clientKeySecret,
@CheckForNull
String clientCertificate,
@CheckForNull
String serverCaCertificate)
@CheckForNull @Deprecated public String getClientKey()
getClientKeySecret()@CheckForNull public hudson.util.Secret getClientKeySecret()
--tlskey option in docker(1)@CheckForNull public String getClientCertificate()
--tlscert option in docker(1).@CheckForNull public String getServerCaCertificate()
--tlscacert option in docker(1).Copyright © 2016–2019. All rights reserved.