Package hudson.scm
Class SubversionRepositoryBrowser
java.lang.Object
hudson.model.AbstractDescribableImpl<RepositoryBrowser<?>>
hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry>
hudson.scm.SubversionRepositoryBrowser
- All Implemented Interfaces:
ExtensionPoint
,Describable<RepositoryBrowser<?>>
,Serializable
- Direct Known Subclasses:
AbstractSventon
,Assembla
,CollabNetSVN
,FishEyeSVN
,Phabricator
,SVNWeb
,ViewSVN
,VisualSVN
,WebSVN
public abstract class SubversionRepositoryBrowser
extends RepositoryBrowser<SubversionChangeLogSet.LogEntry>
RepositoryBrowser
for Subversion.- Author:
- Kohsuke Kawaguchi
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract URL
Determines the link to the diff between the version in the specified revision ofSubversionChangeLogSet.Path
to its previous version.abstract URL
Determines the link to a single file under Subversion.Methods inherited from class hudson.scm.RepositoryBrowser
all, getChangeSetLink, normalizeToEndWithSlash, trimHeadSlash
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
SubversionRepositoryBrowser
public SubversionRepositoryBrowser()
-
-
Method Details
-
getDiffLink
Determines the link to the diff between the version in the specified revision ofSubversionChangeLogSet.Path
to its previous version.- Returns:
- null if the browser doesn't have any URL for diff.
- Throws:
IOException
-
getFileLink
Determines the link to a single file under Subversion. This page should display all the past revisions of this file, etc.- Returns:
- null if the browser doesn't have any suitable URL.
- Throws:
IOException
-