hudson.plugins.git
Class GitChangeLogParser

java.lang.Object
  extended by hudson.scm.ChangeLogParser
      extended by hudson.plugins.git.GitChangeLogParser

public class GitChangeLogParser
extends hudson.scm.ChangeLogParser

Parse the git log

Author:
Nigel Magnay

Constructor Summary
GitChangeLogParser(boolean authorOrCommitter)
           
 
Method Summary
 GitChangeSetList parse(hudson.model.AbstractBuild build, File changelogFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitChangeLogParser

public GitChangeLogParser(boolean authorOrCommitter)
Method Detail

parse

public GitChangeSetList parse(hudson.model.AbstractBuild build,
                              File changelogFile)
                       throws IOException,
                              SAXException
Specified by:
parse in class hudson.scm.ChangeLogParser
Throws:
IOException
SAXException


Copyright © 2004-2011 Hudson. All Rights Reserved.