public class GitList extends GitRepositoryBrowser
| Modifier and Type | Class and Description |
|---|---|
static class |
GitList.GitListDescriptor |
| 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.
|
getNormalizeUrl, getRepoUrl, getUrl@DataBoundConstructor public GitList(String repoUrl)
public URL getChangeSetLink(GitChangeSet changeSet) throws IOException
getChangeSetLink in class hudson.scm.RepositoryBrowser<GitChangeSet>IOExceptionpublic URL getDiffLink(GitChangeSet.Path path) throws IOException
getDiffLink in class GitRepositoryBrowserpath - affected file pathIOExceptionpublic URL getFileLink(GitChangeSet.Path path) throws IOException
getFileLink in class GitRepositoryBrowserpath - fileIOExceptionCopyright © 2004-2015. All Rights Reserved.