public abstract class SubversionRepositoryBrowser extends hudson.scm.RepositoryBrowser<SubversionChangeLogSet.LogEntry>
RepositoryBrowser for Subversion.| Constructor and Description |
|---|
SubversionRepositoryBrowser() |
| Modifier and Type | Method and Description |
|---|---|
abstract 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. |
abstract URL |
getFileLink(SubversionChangeLogSet.Path path)
Determines the link to a single file under Subversion.
|
public abstract URL getDiffLink(SubversionChangeLogSet.Path path) throws IOException
SubversionChangeLogSet.Path to its previous version.IOExceptionpublic abstract URL getFileLink(SubversionChangeLogSet.Path path) throws IOException
IOExceptionCopyright © 2004–2015. All rights reserved.