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 GitChangeSetGitChangeSet.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 URLAssemblaWeb. getChangeSetLink(GitChangeSet changeSet)Creates a link to the change set http://[AssemblaWeb URL]/commits/[commit]URLBitbucketServer. getChangeSetLink(GitChangeSet changeSet)URLBitbucketWeb. getChangeSetLink(GitChangeSet changeSet)URLCGit. getChangeSetLink(GitChangeSet changeSet)Creates a link to the change set http://[CGit URL]/commit?id=[commit]URLFisheyeGitRepositoryBrowser. getChangeSetLink(GitChangeSet changeSet)URLGitBlitRepositoryBrowser. getChangeSetLink(GitChangeSet changeSet)URLGithubWeb. getChangeSetLink(GitChangeSet changeSet)URLGitiles. getChangeSetLink(GitChangeSet changeSet)URLGitLab. getChangeSetLink(GitChangeSet changeSet)Creates a link to the changeset v < 3.0: [GitLab URL]/commits/[Hash] else: [GitLab URL]/commit/[Hash]URLGitList. getChangeSetLink(GitChangeSet changeSet)URLGitoriousWeb. getChangeSetLink(GitChangeSet changeSet)URLGitWeb. getChangeSetLink(GitChangeSet changeSet)URLGogsGit. getChangeSetLink(GitChangeSet changeSet)Creates a link to the change set http://[GogsGit URL]/commit/[commit]URLKilnGit. getChangeSetLink(GitChangeSet changeSet)Creates a link to the change set http://[KilnGit URL]/History/[commit]URLPhabricator. getChangeSetLink(GitChangeSet changeSet)Creates a link to the changeset https://[Phabricator URL]/r$repo$shaURLRedmineWeb. getChangeSetLink(GitChangeSet changeSet)URLRhodeCode. getChangeSetLink(GitChangeSet changeSet)Creates a link to the change sethttp://[RhodeCode URL]/changeset/[commit]URLStash. getChangeSetLink(GitChangeSet changeSet)Creates a link to the change set http://[Stash URL]/commits/[commit]URLTFS2013GitRepositoryBrowser. getChangeSetLink(GitChangeSet gitChangeSet)URLViewGitWeb. 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 BooleanGitSCMExtension. 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 BooleanMessageExclusion. isRevExcluded(GitSCM scm, org.jenkinsci.plugins.gitclient.GitClient git, GitChangeSet commit, TaskListener listener, BuildData buildData)BooleanPathRestriction. isRevExcluded(GitSCM scm, org.jenkinsci.plugins.gitclient.GitClient git, GitChangeSet commit, TaskListener listener, BuildData buildData)BooleanUserExclusion. isRevExcluded(GitSCM scm, org.jenkinsci.plugins.gitclient.GitClient git, GitChangeSet commit, TaskListener listener, BuildData buildData)
-