hudson.scm
クラス SubversionSCM.DescriptorImpl.Credential

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

public abstract static class SubversionSCM.DescriptorImpl.Credential
extends java.lang.Object
implements java.io.Serializable

Stores SVNAuthentication for a single realm.

SubversionSCM.DescriptorImpl.Credential holds data in a persistence-friendly way, and it's capable of creating SVNAuthentication object, to be passed to SVNKit.

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

コンストラクタの概要
SubversionSCM.DescriptorImpl.Credential()
           
 
メソッドの概要
abstract  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.Credential

public SubversionSCM.DescriptorImpl.Credential()
メソッドの詳細

createSVNAuthentication

public abstract org.tmatesoft.svn.core.auth.SVNAuthentication createSVNAuthentication(java.lang.String kind)
                                                                               throws org.tmatesoft.svn.core.SVNException
パラメータ:
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.