hudson.scm
类 BlameSubversionSCM.DescriptorImpl.Credential

java.lang.Object
  继承者 hudson.scm.BlameSubversionSCM.DescriptorImpl.Credential
所有已实现的接口:
java.io.Serializable
直接已知子类:
BlameSubversionSCM.DescriptorImpl.PasswordCredential, BlameSubversionSCM.DescriptorImpl.SshPublicKeyCredential, BlameSubversionSCM.DescriptorImpl.SslClientCertificateCredential
包容类:
BlameSubversionSCM.DescriptorImpl

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

Stores SVNAuthentication for a single realm.

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

另请参见:
序列化表格

构造方法摘要
BlameSubversionSCM.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
 

构造方法详细信息

BlameSubversionSCM.DescriptorImpl.Credential

public BlameSubversionSCM.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.