com.ibm.team.build.internal.hjplugin
Class RTCChangeLogParser

java.lang.Object
  extended by hudson.scm.ChangeLogParser
      extended by com.ibm.team.build.internal.hjplugin.RTCChangeLogParser

public class RTCChangeLogParser
extends hudson.scm.ChangeLogParser


Constructor Summary
RTCChangeLogParser()
           
 
Method Summary
 hudson.scm.ChangeLogSet<? extends hudson.scm.ChangeLogSet.Entry> parse(hudson.model.AbstractBuild build, File changelogFile)
           
 hudson.scm.ChangeLogSet<? extends hudson.scm.ChangeLogSet.Entry> parse(hudson.model.AbstractBuild build, Reader changelogReader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTCChangeLogParser

public RTCChangeLogParser()
Method Detail

parse

public hudson.scm.ChangeLogSet<? extends hudson.scm.ChangeLogSet.Entry> parse(hudson.model.AbstractBuild build,
                                                                              File changelogFile)
                                                                       throws IOException,
                                                                              SAXException
Specified by:
parse in class hudson.scm.ChangeLogParser
Throws:
IOException
SAXException

parse

public hudson.scm.ChangeLogSet<? extends hudson.scm.ChangeLogSet.Entry> parse(hudson.model.AbstractBuild build,
                                                                              Reader changelogReader)
                                                                       throws IOException,
                                                                              SAXException
Throws:
IOException
SAXException


Copyright © 2004-2013. All Rights Reserved.