org.jvnet.hudson.test
Class ExtractChangeLogParser
java.lang.Object
hudson.scm.ChangeLogParser
org.jvnet.hudson.test.ExtractChangeLogParser
public class ExtractChangeLogParser
- extends ChangeLogParser
- Author:
- Andrew Bayer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtractChangeLogParser
public ExtractChangeLogParser()
parse
public ExtractChangeLogSet parse(AbstractBuild build,
File changeLogFile)
throws IOException,
SAXException
- Specified by:
parse
in class ChangeLogParser
- Throws:
IOException
SAXException
parse
public ExtractChangeLogSet parse(AbstractBuild build,
InputStream changeLogStream)
throws IOException,
SAXException
- Throws:
IOException
SAXException
Copyright © 2004-2013. All Rights Reserved.