| Package | Description |
|---|---|
| hudson.plugins.git | |
| hudson.plugins.git.browser |
| Modifier and Type | Method and Description |
|---|---|
Collection<GitChangeSet.Path> |
GitChangeSet.getAffectedFiles() |
Collection<GitChangeSet.Path> |
GitChangeSet.getPaths()
Gets the files that are changed in this commit.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
ViewGitWeb.getDiffLink(GitChangeSet.Path path) |
URL |
RedmineWeb.getDiffLink(GitChangeSet.Path path)
Creates a link to the file diff.
|
URL |
ODCS.getDiffLink(GitChangeSet.Path path)
Creates a link to the commit diff.
|
URL |
GithubWeb.getDiffLink(GitChangeSet.Path path)
Creates a link to the file diff.
|
URL |
GitWeb.getDiffLink(GitChangeSet.Path path)
Creates a link to the file diff.
|
abstract URL |
GitRepositoryBrowser.getDiffLink(GitChangeSet.Path path)
Determines the link to the diff between the version
in the specified revision of
GitChangeSet.Path to its previous version. |
URL |
GitLab.getDiffLink(GitChangeSet.Path path)
Creates a link to the commit diff.
|
URL |
CGit.getDiffLink(GitChangeSet.Path path)
Creates a link to the file diff.
|
URL |
ViewGitWeb.getFileLink(GitChangeSet.Path path) |
URL |
RedmineWeb.getFileLink(GitChangeSet.Path path)
Creates a link to the file.
|
URL |
ODCS.getFileLink(GitChangeSet.Path path)
Creates a link to the file.
|
URL |
GithubWeb.getFileLink(GitChangeSet.Path path)
Creates a link to the file.
|
URL |
GitWeb.getFileLink(GitChangeSet.Path path)
Creates a link to the file.
|
abstract URL |
GitRepositoryBrowser.getFileLink(GitChangeSet.Path path)
Determines the link to a single file under Git.
|
URL |
GitLab.getFileLink(GitChangeSet.Path path)
Creates a link to the file.
|
URL |
CGit.getFileLink(GitChangeSet.Path path)
Creates a link to the file.
|
Copyright © 2004-2015 Hudson. All Rights Reserved.