Uses of Interface
com.cloudbees.jenkins.plugins.sshcredentials.SSHUserPrivateKey
Packages that use SSHUserPrivateKey
Package
Description
-
Uses of SSHUserPrivateKey in com.cloudbees.jenkins.plugins.sshcredentials
Methods in com.cloudbees.jenkins.plugins.sshcredentials with parameters of type SSHUserPrivateKeyModifier and TypeMethodDescriptionSSHAuthenticator.getPrivateKeys
(SSHUserPrivateKey user) Same asgetPrivateKeys()
but backward compatible for old implementations. -
Uses of SSHUserPrivateKey in com.cloudbees.jenkins.plugins.sshcredentials.impl
Classes in com.cloudbees.jenkins.plugins.sshcredentials.impl that implement SSHUserPrivateKeyModifier and TypeClassDescriptionclass
A simple username / password for use with SSH connections.Methods in com.cloudbees.jenkins.plugins.sshcredentials.impl that return SSHUserPrivateKeyModifier and TypeMethodDescriptionSSHUserPrivateKeySnapshotTaker.snapshot
(SSHUserPrivateKey credentials) Methods in com.cloudbees.jenkins.plugins.sshcredentials.impl that return types with arguments of type SSHUserPrivateKeyMethods in com.cloudbees.jenkins.plugins.sshcredentials.impl with parameters of type SSHUserPrivateKeyModifier and TypeMethodDescriptionSSHUserPrivateKeySnapshotTaker.snapshot
(SSHUserPrivateKey credentials) Constructors in com.cloudbees.jenkins.plugins.sshcredentials.impl with parameters of type SSHUserPrivateKeyModifierConstructorDescriptionTrileadSSHPublicKeyAuthenticator
(com.trilead.ssh2.Connection connection, SSHUserPrivateKey user) Constructor.TrileadSSHPublicKeyAuthenticator
(com.trilead.ssh2.Connection connection, SSHUserPrivateKey user, String username) Constructor.