Package hudson.scm.browsers
Class CollabNetSVN
java.lang.Object
hudson.model.AbstractDescribableImpl<RepositoryBrowser<?>>
hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry>
hudson.scm.SubversionRepositoryBrowser
hudson.scm.browsers.CollabNetSVN
- All Implemented Interfaces:
- ExtensionPoint,- Describable<RepositoryBrowser<?>>,- Serializable
RepositoryBrowser implementation for CollabNet hosted Subversion repositories.
 This enables Jenkins to integrate with the repository browsers built-in to CollabNet-powered
 sites such as Java.net and Tigris.org.- Author:
- Daniel Dyer
- See Also:
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetChangeSetLink(SubversionChangeLogSet.LogEntry changeSet) Determines the link to the diff between the version in the specified revision ofSubversionChangeLogSet.Pathto its previous version.Determines the link to a single file under Subversion.Methods inherited from class hudson.scm.RepositoryBrowserall, normalizeToEndWithSlash, trimHeadSlashMethods inherited from class hudson.model.AbstractDescribableImplgetDescriptor
- 
Field Details- 
url
 
- 
- 
Constructor Details- 
CollabNetSVN- Parameters:
- url- The repository browser URL for the root of the project. For example, a Java.net project called "myproject" would use https://myproject.dev.java.net/source/browse/myproject
 
 
- 
- 
Method Details- 
getDiffLinkDetermines the link to the diff between the version in the specified revision ofSubversionChangeLogSet.Pathto its previous version.- Specified by:
- getDiffLinkin class- SubversionRepositoryBrowser
- Returns:
- null if the browser doesn't have any URL for diff.
- Throws:
- IOException
 
- 
getFileLinkDetermines the link to a single file under Subversion. This page should display all the past revisions of this file, etc.- Specified by:
- getFileLinkin class- SubversionRepositoryBrowser
- Returns:
- null if the browser doesn't have any suitable URL.
- Throws:
- IOException
 
- 
getChangeSetLink- Specified by:
- getChangeSetLinkin class- RepositoryBrowser<SubversionChangeLogSet.LogEntry>
- Throws:
- IOException
 
 
-