Package hudson.scm.browsers
Class Sventon2
- All Implemented Interfaces:
ExtensionPoint
,Describable<RepositoryBrowser<?>>
,Serializable
RepositoryBrowser
for Sventon 2.x.- Author:
- Stephen Connolly
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.scm.browsers.AbstractSventon
repositoryInstance, url, URL_CHARSET
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetChangeSetLink
(SubversionChangeLogSet.LogEntry changeSet) Determines the link to the diff between the version in the specified revision ofSubversionChangeLogSet.Path
to its previous version.Determines the link to a single file under Subversion.Methods inherited from class hudson.scm.browsers.AbstractSventon
getRepositoryInstance
Methods inherited from class hudson.scm.RepositoryBrowser
all, normalizeToEndWithSlash, trimHeadSlash
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
Sventon2
@DataBoundConstructor public Sventon2(URL url, String repositoryInstance) throws MalformedURLException - Throws:
MalformedURLException
-
-
Method Details
-
getDiffLink
Description copied from class:SubversionRepositoryBrowser
Determines the link to the diff between the version in the specified revision ofSubversionChangeLogSet.Path
to its previous version.- Specified by:
getDiffLink
in classSubversionRepositoryBrowser
- Returns:
- null if the browser doesn't have any URL for diff.
- Throws:
IOException
-
getFileLink
Description copied from class:SubversionRepositoryBrowser
Determines the link to a single file under Subversion. This page should display all the past revisions of this file, etc.- Specified by:
getFileLink
in classSubversionRepositoryBrowser
- Returns:
- null if the browser doesn't have any suitable URL.
- Throws:
IOException
-
getChangeSetLink
- Specified by:
getChangeSetLink
in classRepositoryBrowser<SubversionChangeLogSet.LogEntry>
- Throws:
IOException
-