hudson.plugins.git.util
Class GitUtils

java.lang.Object
  extended by hudson.plugins.git.util.GitUtils

public class GitUtils
extends java.lang.Object


Constructor Summary
GitUtils(hudson.model.TaskListener listener, IGitAPI git)
           
 
Method Summary
 java.util.Collection<Revision> getAllBranchRevisions()
           
 java.util.List<IndexEntry> getSubmodules(java.lang.String treeIsh)
           
 java.util.Collection<Revision> getTipBranches()
          Return a list of 'tip' branches (I.E.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitUtils

public GitUtils(hudson.model.TaskListener listener,
                IGitAPI git)
Method Detail

getSubmodules

public java.util.List<IndexEntry> getSubmodules(java.lang.String treeIsh)

getAllBranchRevisions

public java.util.Collection<Revision> getAllBranchRevisions()

getTipBranches

public java.util.Collection<Revision> getTipBranches()
Return a list of 'tip' branches (I.E. branches that aren't included entirely within another branch).

Parameters:
git -
Returns:


Copyright © 2008. All Rights Reserved.