hudson.plugins.bazaar
Class BazaarChangeLogParser

java.lang.Object
  extended by hudson.scm.ChangeLogParser
      extended by hudson.plugins.bazaar.BazaarChangeLogParser

public class BazaarChangeLogParser
extends hudson.scm.ChangeLogParser

Parses the output of bzr log.

Author:
Trond Norbye

Constructor Summary
BazaarChangeLogParser()
           
 
Method Summary
 BazaarChangeSetList 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

BazaarChangeLogParser

public BazaarChangeLogParser()
Method Detail

parse

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


Copyright © 2011. All Rights Reserved.