Package hudson.scm.browsers
Class SVNWeb
- All Implemented Interfaces:
ExtensionPoint,Describable<RepositoryBrowser<?>>,Serializable
SVN::Web
RepositoryBrowser for Subversion.- Since:
- 1.x
- Author:
- martin.scholl at cismet.de
- 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(SubversionChangeLogSet.LogEntry changeSet) Returns the change set link value.Returns the diff link value.Returns the file link value.Methods inherited from class hudson.scm.RepositoryBrowser
all, normalizeToEndWithSlash, trimHeadSlashMethods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Field Details
-
url
The URL of the top of the site.Normalized to ends with '/', like
http://svn.apache.org/wsvn/It may contain a query parameter like?root=foobar, so relative URL construction needs to be done with care.
-
-
Constructor Details
-
SVNWeb
Creates a new SVNWeb object.- Parameters:
url- DOCUMENT ME!- Throws:
MalformedURLException- DOCUMENT ME!
-
-
Method Details
-
getDiffLink
Returns the diff link value.- Specified by:
getDiffLinkin classSubversionRepositoryBrowser- Parameters:
path- the given path value.- Returns:
- the diff link value.
- Throws:
IOException- DOCUMENT ME!
-
getFileLink
Returns the file link value.- Specified by:
getFileLinkin classSubversionRepositoryBrowser- Parameters:
path- the given path value.- Returns:
- the file link value.
- Throws:
IOException- DOCUMENT ME!
-
getChangeSetLink
Returns the change set link value.- Specified by:
getChangeSetLinkin classRepositoryBrowser<SubversionChangeLogSet.LogEntry>- Parameters:
changeSet- the given changeSet value.- Returns:
- the change set link value.
- Throws:
IOException- DOCUMENT ME!
-