public class ViewVCRepositoryBrowser
extends hudson.scm.SubversionRepositoryBrowser
SubversionRepositoryBrowser that produces links to the ViewVC Web Client for SVN| Modifier and Type | Class and Description |
|---|---|
static class |
ViewVCRepositoryBrowser.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
boolean |
urlFixed
So we can migrate from URLs before JENKINS-4043
|
| Constructor and Description |
|---|
ViewVCRepositoryBrowser(URL url,
String location) |
| Modifier and Type | Method and Description |
|---|---|
URL |
getChangeSetLink(hudson.scm.SubversionChangeLogSet.LogEntry changeSet) |
URL |
getDiffLink(hudson.scm.SubversionChangeLogSet.Path path) |
URL |
getFileLink(hudson.scm.SubversionChangeLogSet.Path path) |
String |
getLocation() |
URL |
getUrl() |
@DataBoundConstructor public ViewVCRepositoryBrowser(URL url, String location) throws MalformedURLException
MalformedURLExceptionpublic String getLocation()
public URL getUrl()
public URL getDiffLink(hudson.scm.SubversionChangeLogSet.Path path) throws IOException
getDiffLink in class hudson.scm.SubversionRepositoryBrowserIOExceptionpublic URL getFileLink(hudson.scm.SubversionChangeLogSet.Path path) throws IOException
getFileLink in class hudson.scm.SubversionRepositoryBrowserIOExceptionpublic URL getChangeSetLink(hudson.scm.SubversionChangeLogSet.LogEntry changeSet) throws IOException
getChangeSetLink in class hudson.scm.RepositoryBrowser<hudson.scm.SubversionChangeLogSet.LogEntry>IOExceptionCopyright © 2004-2014. All Rights Reserved.