Uses of Class
hudson.plugins.git.GitChangeSet
-
Packages that use GitChangeSet Package Description hudson.plugins.git hudson.plugins.git.browser hudson.plugins.git.extensions hudson.plugins.git.extensions.impl -
-
Uses of GitChangeSet in hudson.plugins.git
Methods in hudson.plugins.git that return GitChangeSet Modifier and Type Method Description GitChangeSet
GitChangeSet.Path. getChangeSet()
Methods in hudson.plugins.git that return types with arguments of type GitChangeSet Modifier and Type Method Description List<GitChangeSet>
GitChangeSetList. getLogs()
Iterator<GitChangeSet>
GitChangeSetList. iterator()
List<GitChangeSet>
GitChangeLogParser. parse(InputStream changelog)
List<GitChangeSet>
GitChangeLogParser. parse(List<String> changelog)
-
Uses of GitChangeSet in hudson.plugins.git.browser
Methods in hudson.plugins.git.browser with parameters of type GitChangeSet Modifier and Type Method Description URL
AssemblaWeb. getChangeSetLink(GitChangeSet changeSet)
Creates a link to the change set http://[AssemblaWeb URL]/commits/[commit]URL
BitbucketServer. getChangeSetLink(GitChangeSet changeSet)
URL
BitbucketWeb. getChangeSetLink(GitChangeSet changeSet)
URL
CGit. getChangeSetLink(GitChangeSet changeSet)
Creates a link to the change set http://[CGit URL]/commit?id=[commit]URL
FisheyeGitRepositoryBrowser. getChangeSetLink(GitChangeSet changeSet)
URL
GitBlitRepositoryBrowser. getChangeSetLink(GitChangeSet changeSet)
URL
GithubWeb. getChangeSetLink(GitChangeSet changeSet)
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
GitList. getChangeSetLink(GitChangeSet changeSet)
URL
GitoriousWeb. getChangeSetLink(GitChangeSet changeSet)
URL
GitWeb. getChangeSetLink(GitChangeSet changeSet)
URL
GogsGit. getChangeSetLink(GitChangeSet changeSet)
Creates a link to the change set http://[GogsGit URL]/commit/[commit]URL
KilnGit. getChangeSetLink(GitChangeSet changeSet)
Creates a link to the change set http://[KilnGit URL]/History/[commit]URL
Phabricator. getChangeSetLink(GitChangeSet changeSet)
Creates a link to the changeset https://[Phabricator URL]/r$repo$shaURL
RedmineWeb. getChangeSetLink(GitChangeSet changeSet)
URL
RhodeCode. getChangeSetLink(GitChangeSet changeSet)
Creates a link to the change sethttp://[RhodeCode URL]/changeset/[commit]
URL
Stash. getChangeSetLink(GitChangeSet changeSet)
Creates a link to the change set http://[Stash URL]/commits/[commit]URL
TFS2013GitRepositoryBrowser. getChangeSetLink(GitChangeSet gitChangeSet)
URL
ViewGitWeb. getChangeSetLink(GitChangeSet changeSet)
-
Uses of GitChangeSet in hudson.plugins.git.extensions
Methods in hudson.plugins.git.extensions with parameters of type GitChangeSet Modifier and Type Method Description Boolean
GitSCMExtension. isRevExcluded(GitSCM scm, org.jenkinsci.plugins.gitclient.GitClient git, GitChangeSet commit, TaskListener listener, BuildData buildData)
Given a commit found during polling, check whether it should be disregarded. -
Uses of GitChangeSet in hudson.plugins.git.extensions.impl
Methods in hudson.plugins.git.extensions.impl with parameters of type GitChangeSet Modifier and Type Method Description Boolean
MessageExclusion. isRevExcluded(GitSCM scm, org.jenkinsci.plugins.gitclient.GitClient git, GitChangeSet commit, TaskListener listener, BuildData buildData)
Boolean
PathRestriction. isRevExcluded(GitSCM scm, org.jenkinsci.plugins.gitclient.GitClient git, GitChangeSet commit, TaskListener listener, BuildData buildData)
Boolean
UserExclusion. isRevExcluded(GitSCM scm, org.jenkinsci.plugins.gitclient.GitClient git, GitChangeSet commit, TaskListener listener, BuildData buildData)
-