hudson.scm.browsers
Class WebSVN
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.scm.RepositoryBrowser<?>>
hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry>
hudson.scm.SubversionRepositoryBrowser
hudson.scm.browsers.WebSVN
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>, Serializable
public class WebSVN
- extends SubversionRepositoryBrowser
RepositoryBrowser for Subversion. Assumes that WebSVN is
configured with Multiviews enabled.
- Since:
- 1.139
- Author:
- jasonchaffee at dev.java.net
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Field Summary |
URL |
url
The URL of the top of the site. |
|
Constructor Summary |
WebSVN(URL url)
Creates a new WebSVN object. |
| Methods inherited from class hudson.scm.RepositoryBrowser |
all, normalizeToEndWithSlash, trimHeadSlash |
| Methods inherited from class hudson.model.AbstractDescribableImpl |
getDescriptor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
url
public final URL 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.
WebSVN
@DataBoundConstructor
public WebSVN(URL url)
throws MalformedURLException
- Creates a new WebSVN object.
- Parameters:
url - DOCUMENT ME!
- Throws:
MalformedURLException - DOCUMENT ME!
getDiffLink
public URL getDiffLink(SubversionChangeLogSet.Path path)
throws IOException
- Returns the diff link value.
- Specified by:
getDiffLink in class SubversionRepositoryBrowser
- Parameters:
path - the given path value.
- Returns:
- the diff link value.
- Throws:
IOException - DOCUMENT ME!
getFileLink
public URL getFileLink(SubversionChangeLogSet.Path path)
throws IOException
- Returns the file link value.
- Specified by:
getFileLink in class SubversionRepositoryBrowser
- Parameters:
path - the given path value.
- Returns:
- the file link value.
- Throws:
IOException - DOCUMENT ME!
getChangeSetLink
public URL getChangeSetLink(SubversionChangeLogSet.LogEntry changeSet)
throws IOException
- Returns the change set link value.
- Specified by:
getChangeSetLink in class hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry>
- Parameters:
changeSet - the given changeSet value.
- Returns:
- the change set link value.
- Throws:
IOException - DOCUMENT ME!
Copyright © 2004-2013. All Rights Reserved.