hudson.plugins.mercurial
Class MercurialChangeLogParser

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

public class MercurialChangeLogParser
extends ChangeLogParser

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


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

Field Detail

modules

private final Set<String> modules
Constructor Detail

MercurialChangeLogParser

public MercurialChangeLogParser(Set<String> modules)
Method Detail

parse

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


Copyright © 2010. All Rights Reserved.