Package hudson.scm.browsers
Class FishEyeCVS
java.lang.Object
hudson.model.AbstractDescribableImpl<RepositoryBrowser<?>>
hudson.scm.RepositoryBrowser<CVSChangeLogSet.CVSChangeLog>
hudson.scm.CVSRepositoryBrowser
hudson.scm.browsers.FishEyeCVS
- All Implemented Interfaces:
ExtensionPoint,Describable<RepositoryBrowser<?>>,Serializable
Repository browser for CVS in a FishEye server.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChangeSetLink(CVSChangeLogSet.CVSChangeLog changeSet) Determines the link to the diff between the version in theCVSChangeLogSet.Fileto its previous version.Determines the link to a single file under CVS.Methods inherited from class hudson.scm.RepositoryBrowser
all, normalizeToEndWithSlash, trimHeadSlashMethods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Field Details
-
url
The URL of the FishEye repository, e.g.http://deadlock.netbeans.org/fisheye/browse/netbeans/
-
-
Constructor Details
-
FishEyeCVS
-
-
Method Details
-
getDiffLink
Description copied from class:CVSRepositoryBrowserDetermines the link to the diff between the version in theCVSChangeLogSet.Fileto its previous version.- Specified by:
getDiffLinkin classCVSRepositoryBrowser- Returns:
- null if the browser doesn't have any URL for diff.
- Throws:
IOException
-
getFileLink
Description copied from class:CVSRepositoryBrowserDetermines the link to a single file under CVS. This page should display all the past revisions of this file, etc.- Specified by:
getFileLinkin classCVSRepositoryBrowser- Returns:
- null if the browser doesn't have any suitable URL.
- Throws:
IOException
-
getChangeSetLink
- Specified by:
getChangeSetLinkin classRepositoryBrowser<CVSChangeLogSet.CVSChangeLog>- Throws:
IOException
-