public abstract class GitRepositoryBrowser extends hudson.scm.RepositoryBrowser<GitChangeSet>
| Constructor and Description |
|---|
GitRepositoryBrowser() |
| Modifier and Type | Method and Description |
|---|---|
abstract URL |
getDiffLink(GitChangeSet.Path path)
Determines the link to the diff between the version
in the specified revision of
GitChangeSet.Path to its previous version. |
abstract URL |
getFileLink(GitChangeSet.Path path)
Determines the link to a single file under Git.
|
public abstract URL getDiffLink(GitChangeSet.Path path) throws IOException
GitChangeSet.Path to its previous version.path - affected file pathIOExceptionpublic abstract URL getFileLink(GitChangeSet.Path path) throws IOException
path - affected file pathIOExceptionCopyright © 2004-2013. All Rights Reserved.