Package hudson.scm
Class CVSRepositoryBrowser
- All Implemented Interfaces:
ExtensionPoint
,Describable<RepositoryBrowser<?>>
,Serializable
- Direct Known Subclasses:
CvsFacadeRepositoryBrowser
,FishEyeCVS
,OpenGrok
,ViewCVS
RepositoryBrowser
for CVS.- 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 theCVSChangeLogSet.File
to its previous version.abstract URL
Determines the link to a single file under CVS.Methods inherited from class hudson.scm.RepositoryBrowser
all, getChangeSetLink, normalizeToEndWithSlash, trimHeadSlash
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
CVSRepositoryBrowser
public CVSRepositoryBrowser()
-
-
Method Details
-
getDiffLink
Determines the link to the diff between the version in theCVSChangeLogSet.File
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 CVS. 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
-