public class GitLab extends GitRepositoryBrowser
| Modifier and Type | Class and Description |
|---|---|
static class |
GitLab.GitLabDescriptor |
GitRepositoryBrowser.GitUrlChecker| Modifier and Type | Method and Description |
|---|---|
URL |
getChangeSetLink(GitChangeSet changeSet)
Creates a link to the changeset
https://[GitLab URL]/commits/a9182a07750c9a0dfd89a8461adf72ef5ef0885b
|
URL |
getDiffLink(GitChangeSet.Path path)
Creates a link to the commit diff.
|
URL |
getFileLink(GitChangeSet.Path path)
Creates a link to the file.
|
URL |
getRepoUrl() |
URL |
getUrl()
Deprecated.
|
double |
getVersion() |
@DataBoundConstructor public GitLab(String repoUrl, String version) throws MalformedURLException
MalformedURLException@Deprecated public URL getUrl()
public URL getRepoUrl()
public double getVersion()
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-2015 Hudson. All Rights Reserved.