|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objecthudson.scm.SubversionSCM.DescriptorImpl.Credential
hudson.scm.SubversionSCM.DescriptorImpl.SshPublicKeyCredential
public static final class SubversionSCM.DescriptorImpl.SshPublicKeyCredential
Publickey authentication for Subversion over SSH.
| コンストラクタの概要 | |
|---|---|
SubversionSCM.DescriptorImpl.SshPublicKeyCredential(java.lang.String userName,
java.lang.String passphrase,
java.io.File keyFile)
|
|
| メソッドの概要 | |
|---|---|
org.tmatesoft.svn.core.auth.SVNSSHAuthentication |
createSVNAuthentication(java.lang.String kind)
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
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| メソッドの詳細 |
|---|
public org.tmatesoft.svn.core.auth.SVNSSHAuthentication createSVNAuthentication(java.lang.String kind)
throws org.tmatesoft.svn.core.SVNException
SubversionSCM.DescriptorImpl.Credential 内の createSVNAuthenticationkind - One of the constants defined in ISVNAuthenticationManager,
indicating what subype of SVNAuthentication is expected.
org.tmatesoft.svn.core.SVNException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||