| Package | Description |
|---|---|
| hudson.plugins.git | |
| hudson.plugins.git.browser | |
| hudson.plugins.git.extensions | |
| hudson.plugins.git.extensions.impl |
| Modifier and Type | Method and Description |
|---|---|
GitChangeSet |
GitChangeSet.Path.getChangeSet() |
| Modifier and Type | Method and Description |
|---|---|
List<GitChangeSet> |
GitChangeSetList.getLogs() |
Iterator<GitChangeSet> |
GitChangeSetList.iterator() |
List<GitChangeSet> |
GitChangeLogParser.parse(List<String> changelog) |
| Modifier and Type | Method and Description |
|---|---|
URL |
Gitiles.getChangeSetLink(GitChangeSet changeSet) |
URL |
GitLab.getChangeSetLink(GitChangeSet changeSet)
Creates a link to the changeset
v < 3.0: [GitLab URL]/commits/[Hash]
else: [GitLab URL]/commit/[Hash]
|
URL |
CGit.getChangeSetLink(GitChangeSet changeSet)
Creates a link to the change set
http://[CGit URL]/commit?id=[commit]
|
URL |
TFS2013GitRepositoryBrowser.getChangeSetLink(GitChangeSet gitChangeSet) |
URL |
GitBlitRepositoryBrowser.getChangeSetLink(GitChangeSet changeSet) |
URL |
GitWeb.getChangeSetLink(GitChangeSet changeSet) |
URL |
FisheyeGitRepositoryBrowser.getChangeSetLink(GitChangeSet changeSet) |
URL |
RhodeCode.getChangeSetLink(GitChangeSet changeSet)
Creates a link to the change set
http://[RhodeCode URL]/changeset/[commit]
|
URL |
GithubWeb.getChangeSetLink(GitChangeSet changeSet) |
URL |
GitList.getChangeSetLink(GitChangeSet changeSet) |
URL |
AssemblaWeb.getChangeSetLink(GitChangeSet changeSet)
Creates a link to the change set
http://[AssemblaWeb URL]/commits/[commit]
|
URL |
BitbucketWeb.getChangeSetLink(GitChangeSet changeSet) |
URL |
Phabricator.getChangeSetLink(GitChangeSet changeSet)
Creates a link to the changeset
https://[Phabricator URL]/r$repo$sha
|
URL |
KilnGit.getChangeSetLink(GitChangeSet changeSet)
Creates a link to the change set
http://[KilnGit URL]/History/[commit]
|
URL |
Stash.getChangeSetLink(GitChangeSet changeSet)
Creates a link to the change set
http://[Stash URL]/commits/[commit]
|
URL |
GitoriousWeb.getChangeSetLink(GitChangeSet changeSet) |
URL |
ViewGitWeb.getChangeSetLink(GitChangeSet changeSet) |
URL |
RedmineWeb.getChangeSetLink(GitChangeSet changeSet) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
GitSCMExtension.isRevExcluded(GitSCM scm,
org.jenkinsci.plugins.gitclient.GitClient git,
GitChangeSet commit,
hudson.model.TaskListener listener,
BuildData buildData)
Given a commit found during polling, check whether it should be disregarded.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
UserExclusion.isRevExcluded(GitSCM scm,
org.jenkinsci.plugins.gitclient.GitClient git,
GitChangeSet commit,
hudson.model.TaskListener listener,
BuildData buildData) |
Boolean |
PathRestriction.isRevExcluded(GitSCM scm,
org.jenkinsci.plugins.gitclient.GitClient git,
GitChangeSet commit,
hudson.model.TaskListener listener,
BuildData buildData) |
Boolean |
MessageExclusion.isRevExcluded(GitSCM scm,
org.jenkinsci.plugins.gitclient.GitClient git,
GitChangeSet commit,
hudson.model.TaskListener listener,
BuildData buildData) |
Copyright © 2004-2015. All Rights Reserved.