Uses of Class
com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.PrivateKeySource
Packages that use BasicSSHUserPrivateKey.PrivateKeySource
-
Uses of BasicSSHUserPrivateKey.PrivateKeySource in com.cloudbees.jenkins.plugins.sshcredentials.impl
Subclasses of BasicSSHUserPrivateKey.PrivateKeySource in com.cloudbees.jenkins.plugins.sshcredentials.implModifier and TypeClassDescriptionstatic classLet the user enter the key directly via copy & pastestatic classDeprecated.static classDeprecated.This approach has security vulnerability and should be migrated toBasicSSHUserPrivateKey.DirectEntryPrivateKeySourceMethods in com.cloudbees.jenkins.plugins.sshcredentials.impl that return BasicSSHUserPrivateKey.PrivateKeySourceMethods in com.cloudbees.jenkins.plugins.sshcredentials.impl that return types with arguments of type BasicSSHUserPrivateKey.PrivateKeySourceModifier and TypeMethodDescriptionDescriptorExtensionList<BasicSSHUserPrivateKey.PrivateKeySource,Descriptor<BasicSSHUserPrivateKey.PrivateKeySource>> BasicSSHUserPrivateKey.DescriptorImpl.getPrivateKeySources()DescriptorExtensionList<BasicSSHUserPrivateKey.PrivateKeySource,Descriptor<BasicSSHUserPrivateKey.PrivateKeySource>> BasicSSHUserPrivateKey.DescriptorImpl.getPrivateKeySources()Constructors in com.cloudbees.jenkins.plugins.sshcredentials.impl with parameters of type BasicSSHUserPrivateKey.PrivateKeySourceModifierConstructorDescriptionBasicSSHUserPrivateKey(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, String username, BasicSSHUserPrivateKey.PrivateKeySource privateKeySource, String passphrase, String description) Constructor for stapler.
BasicSSHUserPrivateKey.DirectEntryPrivateKeySource