public class RedmineWeb extends GitRepositoryBrowser
| Modifier and Type | Class and Description |
|---|---|
static class |
RedmineWeb.RedmineWebDescriptor |
| Constructor and Description |
|---|
RedmineWeb(String repoUrl) |
| Modifier and Type | Method and Description |
|---|---|
URL |
getChangeSetLink(GitChangeSet changeSet) |
URL |
getDiffLink(GitChangeSet.Path path)
Creates a link to the file diff.
|
URL |
getFileLink(GitChangeSet.Path path)
Creates a link to the file.
|
getIndexOfPath, getNormalizeUrl, getRepoUrl, getUrl@DataBoundConstructor public RedmineWeb(String repoUrl)
public URL getChangeSetLink(GitChangeSet changeSet) throws IOException
getChangeSetLink in class hudson.scm.RepositoryBrowser<GitChangeSet>IOExceptionpublic URL getDiffLink(GitChangeSet.Path path) throws IOException
EditType.DELETE and EditType.EDIT, for EditType.ADD returns an
getFileLink(hudson.plugins.git.GitChangeSet.Path).getDiffLink in class GitRepositoryBrowserpath - affected file pathIOException - on input or output errorpublic URL getFileLink(GitChangeSet.Path path) throws IOException
getFileLink in class GitRepositoryBrowserpath - affected file pathIOException - on input or output errorCopyright © 2007–2018. All rights reserved.