Uses of Class
hudson.plugins.git.GitChangeSet

Packages that use GitChangeSet
hudson.plugins.git   
hudson.plugins.git.browser   
 

Uses of GitChangeSet in hudson.plugins.git
 

Methods in hudson.plugins.git that return GitChangeSet
 GitChangeSet GitChangeSet.Path.getChangeSet()
           
 

Methods in hudson.plugins.git that return types with arguments of type GitChangeSet
 java.util.List<GitChangeSet> GitChangeSetList.getLogs()
           
 java.util.Iterator<GitChangeSet> GitChangeSetList.iterator()
           
 

Uses of GitChangeSet in hudson.plugins.git.browser
 

Methods in hudson.plugins.git.browser with parameters of type GitChangeSet
 java.net.URL RedmineWeb.getChangeSetLink(GitChangeSet changeSet)
           
 java.net.URL GitWeb.getChangeSetLink(GitChangeSet changeSet)
           
 java.net.URL GithubWeb.getChangeSetLink(GitChangeSet changeSet)
           
 



Copyright © 2010. All Rights Reserved.