hudson.scm.browsers
类 AbstractSventon

java.lang.Object
  继承者 hudson.scm.RepositoryBrowser<BlameSubversionChangeLogSet.LogEntry>
      继承者 hudson.scm.BlameSubversionRepositoryBrowser
          继承者 hudson.scm.browsers.AbstractSventon
所有已实现的接口:
hudson.ExtensionPoint, hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>, java.io.Serializable
直接已知子类:
Sventon, Sventon2

public abstract class AbstractSventon
extends BlameSubversionRepositoryBrowser

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.BlameSubversionRepositoryBrowser 继承的方法
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.