Package com.cloudogu.scmmanager.scm.api
Class SshApiClient
java.lang.Object
com.cloudogu.scmmanager.scm.api.ApiClient
com.cloudogu.scmmanager.scm.api.SshApiClient
-
Constructor Summary
ConstructorDescriptionSshApiClient
(String sshUrl, SSHAuthentication authentication) SshApiClient
(okhttp3.OkHttpClient client, SshConnectionFactory connectionFactory, String sshUrl, SSHAuthentication authentication) -
Method Summary
Methods inherited from class com.cloudogu.scmmanager.scm.api.ApiClient
execute, getProtocol
-
Constructor Details
-
SshApiClient
-
SshApiClient
public SshApiClient(okhttp3.OkHttpClient client, SshConnectionFactory connectionFactory, String sshUrl, SSHAuthentication authentication)
-
-
Method Details
-
get
-
getBaseUrl
- Specified by:
getBaseUrl
in classApiClient
-