hudson.plugins.mercurial
Class MercurialChangeLogParser

java.lang.Object
  extended by hudson.scm.ChangeLogParser
      extended by hudson.plugins.mercurial.MercurialChangeLogParser

public class MercurialChangeLogParser
extends hudson.scm.ChangeLogParser

Parses the changelog.xml. See MercurialChangeSet.CHANGELOG_TEMPLATE for the format.


Constructor Summary
MercurialChangeLogParser(java.util.Set<java.lang.String> modules)
           
 
Method Summary
 MercurialChangeSetList parse(hudson.model.AbstractBuild build, java.io.File changelogFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MercurialChangeLogParser

public MercurialChangeLogParser(java.util.Set<java.lang.String> modules)
Method Detail

parse

public MercurialChangeSetList parse(hudson.model.AbstractBuild build,
                                    java.io.File changelogFile)
                             throws java.io.IOException,
                                    org.xml.sax.SAXException
Specified by:
parse in class hudson.scm.ChangeLogParser
Throws:
java.io.IOException
org.xml.sax.SAXException


Copyright © 2010. All Rights Reserved.