hudson.scm
Class CVSChangeLogParser

java.lang.Object
  extended by hudson.scm.ChangeLogParser
      extended by hudson.scm.CVSChangeLogParser

public class CVSChangeLogParser
extends hudson.scm.ChangeLogParser

ChangeLogParser for CVS.

Author:
Kohsuke Kawaguchi

Constructor Summary
CVSChangeLogParser()
           
 
Method Summary
 CVSChangeLogSet 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
 

Constructor Detail

CVSChangeLogParser

public CVSChangeLogParser()
Method Detail

parse

public CVSChangeLogSet parse(hudson.model.AbstractBuild build,
                             File changelogFile)
                      throws IOException,
                             SAXException
Specified by:
parse in class hudson.scm.ChangeLogParser
Throws:
IOException
SAXException


Copyright © 2004-2011 Hudson. All Rights Reserved.