public class WebSVN2 extends SubversionRepositoryBrowser
SubversionRepositoryBrowser that produces links to http://www.websvn.info/ for SVN
compatible with Version 2.3.1 of WebSVN.| Modifier and Type | Class and Description |
|---|---|
static class |
WebSVN2.DescriptorImpl |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
URL |
getChangeSetLink(SubversionChangeLogSet.LogEntry logEntry) |
URL |
getDiffLink(SubversionChangeLogSet.Path path)
Determines the link to the diff between the version
in the specified revision of
SubversionChangeLogSet.Path to its previous version. |
URL |
getFileLink(SubversionChangeLogSet.Path path)
Determines the link to a single file under Subversion.
|
int |
hashCode() |
public final URL url
@DataBoundConstructor public WebSVN2(URL url) throws MalformedURLException
MalformedURLExceptionpublic URL getDiffLink(SubversionChangeLogSet.Path path) throws IOException
SubversionRepositoryBrowserSubversionChangeLogSet.Path to its previous version.getDiffLink in class SubversionRepositoryBrowserIOExceptionpublic URL getFileLink(SubversionChangeLogSet.Path path) throws IOException
SubversionRepositoryBrowsergetFileLink in class SubversionRepositoryBrowserIOExceptionpublic URL getChangeSetLink(SubversionChangeLogSet.LogEntry logEntry) throws IOException
getChangeSetLink in class hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry>IOExceptionCopyright © 2004-2015 Hudson. All Rights Reserved.