public abstract class GitRepositoryBrowser extends hudson.scm.RepositoryBrowser<GitChangeSet>
| Modifier | Constructor and Description |
|---|---|
protected |
GitRepositoryBrowser()
Deprecated.
|
protected |
GitRepositoryBrowser(String repourl) |
| 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.
|
protected boolean |
getNormalizeUrl()
Determines whether a URL should be normalized
Overridden in the rare case where it shouldn't
|
String |
getRepoUrl() |
URL |
getUrl() |
@Deprecated protected GitRepositoryBrowser()
protected GitRepositoryBrowser(String repourl)
public final String getRepoUrl()
public final URL getUrl() throws IOException
IOExceptionpublic 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 pathIOExceptionprotected boolean getNormalizeUrl()
Copyright © 2004-2015. All Rights Reserved.