hudson.scm
クラス SubversionSCM.DescriptorImpl.SshPublicKeyCredential

java.lang.Object
  上位を拡張 hudson.scm.SubversionSCM.DescriptorImpl.Credential
      上位を拡張 hudson.scm.SubversionSCM.DescriptorImpl.SshPublicKeyCredential
すべての実装されたインタフェース:
java.io.Serializable
含まれているクラス:
SubversionSCM.DescriptorImpl

public static final class SubversionSCM.DescriptorImpl.SshPublicKeyCredential
extends SubversionSCM.DescriptorImpl.Credential

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
 

コンストラクタの詳細

SubversionSCM.DescriptorImpl.SshPublicKeyCredential

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
メソッドの詳細

createSVNAuthentication

public org.tmatesoft.svn.core.auth.SVNSSHAuthentication createSVNAuthentication(java.lang.String kind)
                                                                         throws org.tmatesoft.svn.core.SVNException
定義:
クラス SubversionSCM.DescriptorImpl.Credential 内の createSVNAuthentication
パラメータ:
kind - One of the constants defined in ISVNAuthenticationManager, indicating what subype of SVNAuthentication is expected.
例外:
org.tmatesoft.svn.core.SVNException


Copyright © 2010. All Rights Reserved.