hudson.scm
Class BlameSubversionSCM.DescriptorImpl.SshPublicKeyCredential
java.lang.Object
hudson.scm.BlameSubversionSCM.DescriptorImpl.Credential
hudson.scm.BlameSubversionSCM.DescriptorImpl.SshPublicKeyCredential
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- BlameSubversionSCM.DescriptorImpl
public static final class BlameSubversionSCM.DescriptorImpl.SshPublicKeyCredential
- extends BlameSubversionSCM.DescriptorImpl.Credential
Publickey authentication for Subversion over SSH.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlameSubversionSCM.DescriptorImpl.SshPublicKeyCredential
public BlameSubversionSCM.DescriptorImpl.SshPublicKeyCredential(String userName,
String passphrase,
File keyFile)
throws org.tmatesoft.svn.core.SVNException
- Parameters:
keyFile - stores SSH private key. The file will be copied.
- Throws:
org.tmatesoft.svn.core.SVNException
createSVNAuthentication
public org.tmatesoft.svn.core.auth.SVNSSHAuthentication createSVNAuthentication(String kind)
throws org.tmatesoft.svn.core.SVNException
- Specified by:
createSVNAuthentication in class BlameSubversionSCM.DescriptorImpl.Credential
- Parameters:
kind - One of the constants defined in
ISVNAuthenticationManager, indicating what
subype of SVNAuthentication is expected.
- Throws:
org.tmatesoft.svn.core.SVNException
Copyright © 2004-2012 Hudson. All Rights Reserved.