public class FishEyeSVN extends SubversionRepositoryBrowser
RepositoryBrowser for FishEye SVN.| Modifier and Type | Class and Description |
|---|---|
static class |
FishEyeSVN.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
URL |
url
The URL of the FishEye repository.
|
| Constructor and Description |
|---|
FishEyeSVN(URL url,
String rootModule) |
| Modifier and Type | Method and Description |
|---|---|
URL |
getChangeSetLink(SubversionChangeLogSet.LogEntry changeSet) |
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.
|
String |
getRootModule() |
public final URL url
@DataBoundConstructor public FishEyeSVN(URL url, String rootModule) throws MalformedURLException
MalformedURLExceptionpublic String getRootModule()
public 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 changeSet) throws IOException
getChangeSetLink in class hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry>IOExceptionCopyright © 2004–2015. All rights reserved.