hudson.scm
クラス SubversionSCM.DescriptorImpl.PasswordCredential

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

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

Username/password based authentication.

関連項目:
直列化された形式

コンストラクタの概要
SubversionSCM.DescriptorImpl.PasswordCredential(java.lang.String userName, java.lang.String password)
           
 
メソッドの概要
 org.tmatesoft.svn.core.auth.SVNAuthentication createSVNAuthentication(java.lang.String kind)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SubversionSCM.DescriptorImpl.PasswordCredential

public SubversionSCM.DescriptorImpl.PasswordCredential(java.lang.String userName,
                                                       java.lang.String password)
メソッドの詳細

createSVNAuthentication

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


Copyright © 2010. All Rights Reserved.