hudson.plugins.harvest
Class HarvestChangeLogParser

java.lang.Object
  extended by hudson.scm.ChangeLogParser
      extended by hudson.plugins.harvest.HarvestChangeLogParser

public class HarvestChangeLogParser
extends hudson.scm.ChangeLogParser

Author:
Gábor Lipták

Constructor Summary
HarvestChangeLogParser()
           
 
Method Summary
 hudson.scm.ChangeLogSet<HarvestChangeLogEntry> 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

HarvestChangeLogParser

public HarvestChangeLogParser()
Method Detail

parse

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


Copyright © 2004-2011. All Rights Reserved.