public class DockerDaemonFileCredentials extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials implements DockerDaemonCerts
DockerServerCredentials has final fields that blocks extensibility (as usual in jenkins).| Modifier and Type | Class and Description |
|---|---|
static class |
DockerDaemonFileCredentials.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorcom.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
DockerDaemonFileCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String dockerCertPath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientCertificate() |
String |
getClientKey() |
String |
getServerCaCertificate() |
equals, getDescription, getId, hashCodegetDescriptor, getScope@DataBoundConstructor public DockerDaemonFileCredentials(@CheckForNull com.cloudbees.plugins.credentials.CredentialsScope scope, @CheckForNull String id, @CheckForNull String description, @Nonnull String dockerCertPath)
public String getClientKey()
getClientKey in interface DockerDaemonCertspublic String getClientCertificate()
getClientCertificate in interface DockerDaemonCertspublic String getServerCaCertificate()
getServerCaCertificate in interface DockerDaemonCertsCopyright © 2016–2020. All rights reserved.