|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry>
hudson.scm.SubversionRepositoryBrowser
hudson.scm.browsers.WebSVN
public class WebSVN
RepositoryBrowser for Subversion. Assumes that WebSVN is
configured with Multiviews enabled.
| Nested Class Summary | |
|---|---|
static class |
WebSVN.DescriptorImpl
|
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary | |
|---|---|
java.net.URL |
url
The URL of the top of the site. |
| Constructor Summary | |
|---|---|
WebSVN(java.net.URL url)
Creates a new WebSVN object. |
|
| Method Summary | |
|---|---|
java.net.URL |
getChangeSetLink(SubversionChangeLogSet.LogEntry changeSet)
Returns the change set link value. |
java.net.URL |
getDiffLink(SubversionChangeLogSet.Path path)
Returns the diff link value. |
java.net.URL |
getFileLink(SubversionChangeLogSet.Path path)
Returns the file link value. |
| Methods inherited from class hudson.scm.RepositoryBrowser |
|---|
all, getDescriptor, normalizeToEndWithSlash, trimHeadSlash |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.net.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.
| Constructor Detail |
|---|
@DataBoundConstructor
public WebSVN(java.net.URL url)
throws java.net.MalformedURLException
url - DOCUMENT ME!
java.net.MalformedURLException - DOCUMENT ME!| Method Detail |
|---|
public java.net.URL getDiffLink(SubversionChangeLogSet.Path path)
throws java.io.IOException
getDiffLink in class SubversionRepositoryBrowserpath - the given path value.
java.io.IOException - DOCUMENT ME!
public java.net.URL getFileLink(SubversionChangeLogSet.Path path)
throws java.io.IOException
getFileLink in class SubversionRepositoryBrowserpath - the given path value.
java.io.IOException - DOCUMENT ME!
public java.net.URL getChangeSetLink(SubversionChangeLogSet.LogEntry changeSet)
throws java.io.IOException
getChangeSetLink in class hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry>changeSet - the given changeSet value.
java.io.IOException - DOCUMENT ME!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||