Uses of Class
com.cloudogu.scmmanager.SSHAuthentication
Packages that use SSHAuthentication
-
Uses of SSHAuthentication in com.cloudogu.scmmanager
Methods in com.cloudogu.scmmanager that return SSHAuthenticationModifier and TypeMethodDescriptionstatic SSHAuthenticationSSHAuthentication.from(com.cloudbees.plugins.credentials.common.StandardUsernameCredentials credentials) Methods in com.cloudogu.scmmanager with parameters of type SSHAuthentication -
Uses of SSHAuthentication in com.cloudogu.scmmanager.scm.api
Constructors in com.cloudogu.scmmanager.scm.api with parameters of type SSHAuthenticationModifierConstructorDescriptionSshApiClient(String sshUrl, SSHAuthentication authentication) SshApiClient(okhttp3.OkHttpClient client, SshConnectionFactory connectionFactory, String sshUrl, SSHAuthentication authentication)