|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.SubversionSCM.DescriptorImpl.Credential
hudson.scm.SubversionSCM.DescriptorImpl.SshPublicKeyCredential
public static final class SubversionSCM.DescriptorImpl.SshPublicKeyCredential
Public key authentication for Subversion over SSH.
| Constructor Summary | |
|---|---|
SubversionSCM.DescriptorImpl.SshPublicKeyCredential(java.lang.String userName,
java.lang.String passphrase,
java.io.File keyFile)
|
|
| Method Summary | |
|---|---|
org.tmatesoft.svn.core.auth.SVNSSHAuthentication |
createSVNAuthentication(java.lang.String kind)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubversionSCM.DescriptorImpl.SshPublicKeyCredential(java.lang.String userName,
java.lang.String passphrase,
java.io.File keyFile)
throws org.tmatesoft.svn.core.SVNException
keyFile - stores SSH private key. The file will be copied.
org.tmatesoft.svn.core.SVNException| Method Detail |
|---|
public org.tmatesoft.svn.core.auth.SVNSSHAuthentication createSVNAuthentication(java.lang.String kind)
throws org.tmatesoft.svn.core.SVNException
createSVNAuthentication in class SubversionSCM.DescriptorImpl.Credentialkind - One of the constants defined in ISVNAuthenticationManager,
indicating what subtype of SVNAuthentication is expected.
org.tmatesoft.svn.core.SVNException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||