Uses of Class
com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.PrivateKeySource

Packages that use BasicSSHUserPrivateKey.PrivateKeySource
com.cloudbees.jenkins.plugins.sshcredentials.impl   
 

Uses of BasicSSHUserPrivateKey.PrivateKeySource in com.cloudbees.jenkins.plugins.sshcredentials.impl
 

Subclasses of BasicSSHUserPrivateKey.PrivateKeySource in com.cloudbees.jenkins.plugins.sshcredentials.impl
static class BasicSSHUserPrivateKey.DirectEntryPrivateKeySource
          Let the user enter the key directly via copy & paste
static class BasicSSHUserPrivateKey.FileOnMasterPrivateKeySource
          Let the user reference a file on the disk.
static class BasicSSHUserPrivateKey.UsersPrivateKeySource
          Let the user
 

Methods in com.cloudbees.jenkins.plugins.sshcredentials.impl that return BasicSSHUserPrivateKey.PrivateKeySource
 BasicSSHUserPrivateKey.PrivateKeySource BasicSSHUserPrivateKey.getPrivateKeySource()
           
 

Methods in com.cloudbees.jenkins.plugins.sshcredentials.impl that return types with arguments of type BasicSSHUserPrivateKey.PrivateKeySource
 hudson.DescriptorExtensionList<BasicSSHUserPrivateKey.PrivateKeySource,hudson.model.Descriptor<BasicSSHUserPrivateKey.PrivateKeySource>> BasicSSHUserPrivateKey.DescriptorImpl.getPrivateKeySources()
           
 hudson.DescriptorExtensionList<BasicSSHUserPrivateKey.PrivateKeySource,hudson.model.Descriptor<BasicSSHUserPrivateKey.PrivateKeySource>> BasicSSHUserPrivateKey.DescriptorImpl.getPrivateKeySources()
           
 

Constructors in com.cloudbees.jenkins.plugins.sshcredentials.impl with parameters of type BasicSSHUserPrivateKey.PrivateKeySource
BasicSSHUserPrivateKey(com.cloudbees.plugins.credentials.CredentialsScope scope, java.lang.String id, java.lang.String username, BasicSSHUserPrivateKey.PrivateKeySource privateKeySource, java.lang.String passphrase, java.lang.String description)
          Constructor for stapler.
 



Copyright © 2004-2012. All Rights Reserved.