org.jvnet.hudson.test
Class FakeChangeLogSCM.FakeChangeLogParser

java.lang.Object
  extended by hudson.scm.ChangeLogParser
      extended by org.jvnet.hudson.test.FakeChangeLogSCM.FakeChangeLogParser
Enclosing class:
FakeChangeLogSCM

public static class FakeChangeLogSCM.FakeChangeLogParser
extends ChangeLogParser


Constructor Summary
FakeChangeLogSCM.FakeChangeLogParser()
           
 
Method Summary
 FakeChangeLogSCM.FakeChangeLogSet parse(AbstractBuild build, File changelogFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FakeChangeLogSCM.FakeChangeLogParser

public FakeChangeLogSCM.FakeChangeLogParser()
Method Detail

parse

public FakeChangeLogSCM.FakeChangeLogSet parse(AbstractBuild build,
                                               File changelogFile)
                                        throws IOException,
                                               SAXException
Specified by:
parse in class ChangeLogParser
Throws:
IOException
SAXException


Copyright © 2004-2013. All Rights Reserved.