public class CredentialsYADockerConnector extends YADockerConnector
Modifier and Type | Class and Description |
---|---|
static class |
CredentialsYADockerConnector.DescriptorImpl |
YADockerConnector.YADockerConnectorDescriptor
Constructor and Description |
---|
CredentialsYADockerConnector() |
getDescriptor
@CheckForNull public ConnectorType getConnectorType()
public CredentialsYADockerConnector withConnectorType(ConnectorType connectorType)
@CheckForNull public String getServerUrl()
public CredentialsYADockerConnector withServerUrl(String serverUrl)
@CheckForNull public String getApiVersion()
public CredentialsYADockerConnector withApiVersion(String apiVersion)
@CheckForNull public Boolean getTlsVerify()
public CredentialsYADockerConnector withTlsVerify(Boolean tlsVerify)
@CheckForNull public com.cloudbees.plugins.credentials.Credentials getCredentials()
public CredentialsYADockerConnector withCredentials(com.cloudbees.plugins.credentials.Credentials credentials)
public CredentialsYADockerConnector withClient(com.github.kostyasha.yad_docker_java.com.github.dockerjava.api.DockerClient client)
@CheckForNull public Integer getConnectTimeout()
public CredentialsYADockerConnector withConnectTimeout(Integer connectTimeout)
@CheckForNull public com.github.kostyasha.yad_docker_java.com.github.dockerjava.core.SSLConfig getSslConfig()
public CredentialsYADockerConnector withSslConfig(com.github.kostyasha.yad_docker_java.com.github.dockerjava.core.SSLConfig sslConfig)
@CheckForNull public Integer getReadTimeout()
public CredentialsYADockerConnector withReadTimeout(Integer readTimeout)
@Nonnull public com.github.kostyasha.yad_docker_java.com.github.dockerjava.api.DockerClient getClient() throws UnrecoverableKeyException, NoSuchAlgorithmException, KeyStoreException, KeyManagementException
getClient
in class YADockerConnector
UnrecoverableKeyException
NoSuchAlgorithmException
KeyStoreException
KeyManagementException
Copyright © 2016–2020. All rights reserved.