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<?>>, 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 |
| 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 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 String repositoryInstance
- Repository instance. Cannot be empty
URL_CHARSET
protected static final 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(URL url,
String repositoryInstance)
throws MalformedURLException
- Throws:
MalformedURLException
getRepositoryInstance
public String getRepositoryInstance()
Copyright © 2004-2013. All Rights Reserved.