Package hudson.scm
Class CredentialsSVNAuthenticationProviderImpl.SVNUsernamePrivateKeysAuthenticationBuilder
java.lang.Object
hudson.scm.CredentialsSVNAuthenticationProviderImpl.SVNUsernamePrivateKeysAuthenticationBuilder
- All Implemented Interfaces:
 CredentialsSVNAuthenticationProviderImpl.SVNAuthenticationBuilder,Serializable
- Enclosing class:
 - CredentialsSVNAuthenticationProviderImpl
 
public static class CredentialsSVNAuthenticationProviderImpl.SVNUsernamePrivateKeysAuthenticationBuilder
extends Object
implements CredentialsSVNAuthenticationProviderImpl.SVNAuthenticationBuilder
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionSVNUsernamePrivateKeysAuthenticationBuilder(com.cloudbees.jenkins.plugins.sshcredentials.SSHUserPrivateKey c)  - 
Method Summary
 
- 
Constructor Details
- 
SVNUsernamePrivateKeysAuthenticationBuilder
public SVNUsernamePrivateKeysAuthenticationBuilder(com.cloudbees.jenkins.plugins.sshcredentials.SSHUserPrivateKey c)  
 - 
 - 
Method Details
- 
build
public List<org.tmatesoft.svn.core.auth.SVNAuthentication> build(String kind, org.tmatesoft.svn.core.SVNURL url) - Specified by:
 buildin interfaceCredentialsSVNAuthenticationProviderImpl.SVNAuthenticationBuilder
 
 -