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 SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class hudson.scm.SubversionRepositoryBrowsergetDiffLink, getFileLinkMethods inherited from class hudson.scm.RepositoryBrowserall, getChangeSetLink, normalizeToEndWithSlash, trimHeadSlashMethods inherited from class hudson.model.AbstractDescribableImplgetDescriptor
- 
Field Details- 
urlThe URL of the Sventon 2.x repository. This is normally likehttp://somehost.com/svn/Normalized to have '/' at the tail.
- 
repositoryInstanceRepository instance. Cannot be empty
- 
URL_CHARSETThe charset to use when encoding paths in an URI (specified in RFC 3986).- See Also:
 
 
- 
- 
Constructor Details- 
AbstractSventon- Throws:
- MalformedURLException
 
 
- 
- 
Method Details- 
getRepositoryInstance
 
-