net.praqma.hudson.scm
Class ChangeLogParserImpl

java.lang.Object
  extended by hudson.scm.ChangeLogParser
      extended by net.praqma.hudson.scm.ChangeLogParserImpl

public class ChangeLogParserImpl
extends hudson.scm.ChangeLogParser

Author:
Troels Selch, Margit Bennetzen

Field Summary
protected static Logger logger
           
 
Constructor Summary
ChangeLogParserImpl()
           
 
Method Summary
 hudson.scm.ChangeLogSet<? extends hudson.scm.ChangeLogSet.Entry> 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
 

Field Detail

logger

protected static Logger logger
Constructor Detail

ChangeLogParserImpl

public ChangeLogParserImpl()
Method Detail

parse

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


Copyright © 2004-2013. All Rights Reserved.