Interface and Description |
---|
com.cloudbees.jenkins.plugins.sshcredentials.SSHUser
Use
StandardUsernameCredentials as the common class. |
com.cloudbees.jenkins.plugins.sshcredentials.SSHUserPassword
use
StandardUsernamePasswordCredentials |
Class and Description |
---|
com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPassword
use
UsernamePasswordCredentialsImpl |
com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource
This approach has security vulnerability and should be migrated to
BasicSSHUserPrivateKey.DirectEntryPrivateKeySource |
com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.UsersPrivateKeySource
This approach has security vulnerability and should be migrated to
BasicSSHUserPrivateKey.DirectEntryPrivateKeySource |
com.cloudbees.jenkins.plugins.sshcredentials.SSHUserListBoxModel
Use
StandardUsernameListBoxModel with SSHAuthenticator instead. |
Constructor and Description |
---|
com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator(C, U) |
com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPasswordAuthenticator(Connection, StandardUsernamePasswordCredentials) |
Copyright © 2016–2020. All rights reserved.