Package org.jvnet.hudson.test
Class FakeChangeLogSCM.FakeChangeLogParser
java.lang.Object
hudson.scm.ChangeLogParser
org.jvnet.hudson.test.FakeChangeLogSCM.FakeChangeLogParser
- Enclosing class:
- FakeChangeLogSCM
public static class FakeChangeLogSCM.FakeChangeLogParser
extends hudson.scm.ChangeLogParser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class hudson.scm.ChangeLogParser
parse
-
Constructor Details
-
FakeChangeLogParser
public FakeChangeLogParser()
-
-
Method Details
-
parse
public FakeChangeLogSCM.FakeChangeLogSet parse(hudson.model.Run build, hudson.scm.RepositoryBrowser<?> browser, File changelogFile) throws IOException, SAXException - Overrides:
parse
in classhudson.scm.ChangeLogParser
- Throws:
IOException
SAXException
-