public class GitoriousWeb extends GitRepositoryBrowser
| Modifier and Type | Class and Description |
|---|---|
static class |
GitoriousWeb.GitoriousWebDescriptor |
| Constructor and Description |
|---|
GitoriousWeb(String url) |
| Modifier and Type | Method and Description |
|---|---|
URL |
getChangeSetLink(GitChangeSet changeSet) |
URL |
getDiffLink(GitChangeSet.Path path)
Creates a link to the commit diff.
|
URL |
getFileLink(GitChangeSet.Path path)
Creates a link to the file.
|
URL |
getUrl() |
@DataBoundConstructor public GitoriousWeb(String url) throws MalformedURLException
MalformedURLExceptionpublic URL getUrl()
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 - IOExceptionpublic URL getFileLink(GitChangeSet.Path path) throws IOException
getFileLink in class GitRepositoryBrowserpath - IOExceptionCopyright © 2004-2013. All Rights Reserved.