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)
           
 
メソッドの概要
 java.lang.String getRepositoryInstance()
           
 
クラス hudson.scm.SubversionRepositoryBrowser から継承されたメソッド
getDiffLink, getFileLink
 
クラス 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.