Package org.jvnet.hudson.test
Class ExtractChangeLogParser
java.lang.Object
hudson.scm.ChangeLogParser
org.jvnet.hudson.test.ExtractChangeLogParser
public class ExtractChangeLogParser
extends hudson.scm.ChangeLogParser
- Author:
- Andrew Bayer
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparse
(hudson.model.AbstractBuild build, InputStream changeLogStream) Methods inherited from class hudson.scm.ChangeLogParser
parse
-
Constructor Details
-
ExtractChangeLogParser
public ExtractChangeLogParser()
-
-
Method Details
-
parse
public ExtractChangeLogSet parse(hudson.model.AbstractBuild build, File changeLogFile) throws IOException, SAXException - Overrides:
parse
in classhudson.scm.ChangeLogParser
- Throws:
IOException
SAXException
-
parse
public ExtractChangeLogSet parse(hudson.model.AbstractBuild build, InputStream changeLogStream) throws IOException, SAXException - Throws:
IOException
SAXException
-