|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objecthudson.scm.SubversionSCM.DescriptorImpl.Credential
public abstract static class SubversionSCM.DescriptorImpl.Credential
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 |
| コンストラクタの詳細 |
|---|
public SubversionSCM.DescriptorImpl.Credential()
| メソッドの詳細 |
|---|
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
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||