com.ibm.team.build.internal.hjplugin
Class RTCChangeLogParser
java.lang.Object
hudson.scm.ChangeLogParser
com.ibm.team.build.internal.hjplugin.RTCChangeLogParser
public class RTCChangeLogParser
- extends hudson.scm.ChangeLogParser
|
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 |
RTCChangeLogParser
public RTCChangeLogParser()
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.