public final class SVNWeb extends SubversionRepositoryBrowser
RepositoryBrowser for Subversion.| Modifier and Type | Class and Description |
|---|---|
static class |
SVNWeb.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
URL |
url
The URL of the top of the site.
|
| Constructor and Description |
|---|
SVNWeb(URL url)
Creates a new SVNWeb object.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
getChangeSetLink(SubversionChangeLogSet.LogEntry changeSet)
Returns the change set link value.
|
URL |
getDiffLink(SubversionChangeLogSet.Path path)
Returns the diff link value.
|
URL |
getFileLink(SubversionChangeLogSet.Path path)
Returns the file link value.
|
public final URL url
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.
@DataBoundConstructor public SVNWeb(URL url) throws MalformedURLException
url - DOCUMENT ME!MalformedURLException - DOCUMENT ME!public URL getDiffLink(SubversionChangeLogSet.Path path) throws IOException
getDiffLink in class SubversionRepositoryBrowserpath - the given path value.IOException - DOCUMENT ME!public URL getFileLink(SubversionChangeLogSet.Path path) throws IOException
getFileLink in class SubversionRepositoryBrowserpath - the given path value.IOException - DOCUMENT ME!public URL getChangeSetLink(SubversionChangeLogSet.LogEntry changeSet) throws IOException
getChangeSetLink in class hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry>changeSet - the given changeSet value.IOException - DOCUMENT ME!Copyright © 2004–2015. All rights reserved.