Uses of Class
hudson.plugins.git.GitChangeSet
Packages that use GitChangeSet
Package
Description
-
Uses of GitChangeSet in hudson.plugins.git
Methods in hudson.plugins.git that return GitChangeSetMethods in hudson.plugins.git that return types with arguments of type GitChangeSetModifier and TypeMethodDescriptionGitChangeSetList.getLogs()GitChangeSetList.iterator()GitChangeLogParser.parse(InputStream changelog) -
Uses of GitChangeSet in hudson.plugins.git.browser
Methods in hudson.plugins.git.browser with parameters of type GitChangeSetModifier and TypeMethodDescriptionAssemblaWeb.getChangeSetLink(GitChangeSet changeSet) Creates a link to the change set http://[AssemblaWeb URL]/commits/[commit]BitbucketServer.getChangeSetLink(GitChangeSet changeSet) BitbucketWeb.getChangeSetLink(GitChangeSet changeSet) CGit.getChangeSetLink(GitChangeSet changeSet) Creates a link to the change set http://[CGit URL]/commit?id=[commit]FisheyeGitRepositoryBrowser.getChangeSetLink(GitChangeSet changeSet) GitBlitRepositoryBrowser.getChangeSetLink(GitChangeSet changeSet) GithubWeb.getChangeSetLink(GitChangeSet changeSet) Gitiles.getChangeSetLink(GitChangeSet changeSet) GitLab.getChangeSetLink(GitChangeSet changeSet) Creates a link to the changeset v < 3.0: [GitLab URL]/commits/[Hash] else: [GitLab URL]/commit/[Hash]GitList.getChangeSetLink(GitChangeSet changeSet) GitoriousWeb.getChangeSetLink(GitChangeSet changeSet) GitWeb.getChangeSetLink(GitChangeSet changeSet) GogsGit.getChangeSetLink(GitChangeSet changeSet) Creates a link to the change set http://[GogsGit URL]/commit/[commit]KilnGit.getChangeSetLink(GitChangeSet changeSet) Creates a link to the change set http://[KilnGit URL]/History/[commit]Phabricator.getChangeSetLink(GitChangeSet changeSet) Creates a link to the changeset https://[Phabricator URL]/r$repo$shaRedmineWeb.getChangeSetLink(GitChangeSet changeSet) RhodeCode.getChangeSetLink(GitChangeSet changeSet) Creates a link to the change sethttp://[RhodeCode URL]/changeset/[commit]Stash.getChangeSetLink(GitChangeSet changeSet) Creates a link to the change set http://[Stash URL]/commits/[commit]TFS2013GitRepositoryBrowser.getChangeSetLink(GitChangeSet gitChangeSet) ViewGitWeb.getChangeSetLink(GitChangeSet changeSet) -
Uses of GitChangeSet in hudson.plugins.git.extensions
Methods in hudson.plugins.git.extensions with parameters of type GitChangeSetModifier and TypeMethodDescriptionGitSCMExtension.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 GitChangeSetModifier and TypeMethodDescriptionMessageExclusion.isRevExcluded(GitSCM scm, org.jenkinsci.plugins.gitclient.GitClient git, GitChangeSet commit, TaskListener listener, BuildData buildData) PathRestriction.isRevExcluded(GitSCM scm, org.jenkinsci.plugins.gitclient.GitClient git, GitChangeSet commit, TaskListener listener, BuildData buildData) UserExclusion.isRevExcluded(GitSCM scm, org.jenkinsci.plugins.gitclient.GitClient git, GitChangeSet commit, TaskListener listener, BuildData buildData)