Package hudson.scm.browsers
Class AbstractSventon
java.lang.Object
hudson.model.AbstractDescribableImpl<RepositoryBrowser<?>>
hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry>
hudson.scm.SubversionRepositoryBrowser
hudson.scm.browsers.AbstractSventon
- All Implemented Interfaces:
ExtensionPoint
,Describable<RepositoryBrowser<?>>
,Serializable
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.scm.SubversionRepositoryBrowser
getDiffLink, getFileLink
Methods inherited from class hudson.scm.RepositoryBrowser
all, getChangeSetLink, normalizeToEndWithSlash, trimHeadSlash
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Field Details
-
url
The URL of the Sventon 2.x repository. This is normally likehttp://somehost.com/svn/
Normalized to have '/' at the tail. -
repositoryInstance
Repository instance. Cannot be empty -
URL_CHARSET
The charset to use when encoding paths in an URI (specified in RFC 3986).- See Also:
-
-
Constructor Details
-
AbstractSventon
- Throws:
MalformedURLException
-
-
Method Details
-
getRepositoryInstance
-