Package hudson.scm.browsers
Class VisualSVN
java.lang.Object
hudson.model.AbstractDescribableImpl<RepositoryBrowser<?>>
hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry>
hudson.scm.SubversionRepositoryBrowser
hudson.scm.browsers.VisualSVN
- All Implemented Interfaces:
ExtensionPoint
,Describable<RepositoryBrowser<?>>
,Serializable
RepositoryBrowser
for Subversion.
https://issues.jenkins-ci.org/browse/JENKINS-30176- Since:
- TODO
- Author:
- Arnost Havelka
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
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.getUrl()
Getter for URL property.Methods inherited from class hudson.scm.RepositoryBrowser
all, normalizeToEndWithSlash, trimHeadSlash
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
VisualSVN
Creates a new VisualSVN object.- Parameters:
url
- base URL- Throws:
MalformedURLException
- when URL is not valid (empty)
-
-
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
-
getUrl
Getter for URL property.- Returns:
- URL value as
String
-