hudson.scm.browsers
クラス AbstractSventon
java.lang.Object
hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry>
hudson.scm.SubversionRepositoryBrowser
hudson.scm.browsers.AbstractSventon
- すべての実装されたインタフェース:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>, java.io.Serializable
- 直系の既知のサブクラス:
- Sventon, Sventon2
public abstract class AbstractSventon
- extends SubversionRepositoryBrowser
Common part of Sventon and Sventon2
- 作成者:
- Kohsuke Kawaguchi
- 関連項目:
- 直列化された形式
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
フィールドの概要 |
protected java.lang.String |
repositoryInstance
Repository instance. |
java.net.URL |
url
The URL of the Sventon 2.x repository. |
protected static java.lang.String |
URL_CHARSET
The charset to use when encoding paths in an URI (specified in RFC 3986). |
|
コンストラクタの概要 |
AbstractSventon(java.net.URL url,
java.lang.String repositoryInstance)
|
| クラス hudson.scm.RepositoryBrowser から継承されたメソッド |
all, getChangeSetLink, getDescriptor, normalizeToEndWithSlash, trimHeadSlash |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
url
public final java.net.URL url
- The URL of the Sventon 2.x repository.
This is normally like http://somehost.com/svn/
Normalized to have '/' at the tail.
repositoryInstance
protected final java.lang.String repositoryInstance
- Repository instance. Cannot be empty
URL_CHARSET
protected static final java.lang.String URL_CHARSET
- The charset to use when encoding paths in an URI (specified in RFC 3986).
- 関連項目:
- 定数フィールド値
AbstractSventon
public AbstractSventon(java.net.URL url,
java.lang.String repositoryInstance)
throws java.net.MalformedURLException
- 例外:
java.net.MalformedURLException
getRepositoryInstance
public java.lang.String getRepositoryInstance()
Copyright © 2010. All Rights Reserved.