hudson.scm.browsers
Class AbstractSventon
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.scm.RepositoryBrowser<?>>
hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry>
hudson.scm.SubversionRepositoryBrowser
hudson.scm.browsers.AbstractSventon
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>, java.io.Serializable
- Direct Known Subclasses:
- Sventon, Sventon2
public abstract class AbstractSventon
- extends SubversionRepositoryBrowser
Common part of Sventon and Sventon2
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Field Summary |
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). |
|
Constructor Summary |
AbstractSventon(java.net.URL url,
java.lang.String repositoryInstance)
|
| Methods inherited from class hudson.scm.RepositoryBrowser |
all, getChangeSetLink, normalizeToEndWithSlash, trimHeadSlash |
| Methods inherited from class hudson.model.AbstractDescribableImpl |
getDescriptor |
| Methods inherited from class 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).
- See Also:
- Constant Field Values
AbstractSventon
public AbstractSventon(java.net.URL url,
java.lang.String repositoryInstance)
throws java.net.MalformedURLException
- Throws:
java.net.MalformedURLException
getRepositoryInstance
public java.lang.String getRepositoryInstance()
Copyright © 2011. All Rights Reserved.