com.ibm.team.git.build.hjplugin.scm
Class GitScmUtils

java.lang.Object
  extended by com.ibm.team.git.build.hjplugin.scm.GitScmUtils

public class GitScmUtils
extends Object


Constructor Summary
GitScmUtils()
           
 
Method Summary
static List<ChangeSetData> getIncludedCommits(hudson.model.AbstractBuild<?,?> build, PrintStream logger)
           
static boolean isGitScmBuild(hudson.model.AbstractBuild<?,?> build)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitScmUtils

public GitScmUtils()
Method Detail

isGitScmBuild

public static boolean isGitScmBuild(hudson.model.AbstractBuild<?,?> build)

getIncludedCommits

public static List<ChangeSetData> getIncludedCommits(hudson.model.AbstractBuild<?,?> build,
                                                     PrintStream logger)


Copyright © 2004-2014. All Rights Reserved.