hudson.plugins.tfs
Class ChangeSetReader
java.lang.Object
hudson.scm.ChangeLogParser
hudson.plugins.tfs.ChangeSetReader
public class ChangeSetReader
- extends hudson.scm.ChangeLogParser
TeamFoundation change log reader.
- Author:
- Erik Ramfelt
|
Method Summary |
ChangeLogSet |
parse(hudson.model.AbstractBuild<?,?> build,
java.io.Reader reader)
|
ChangeLogSet |
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 |
ChangeSetReader
public ChangeSetReader()
parse
public ChangeLogSet 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
parse
public ChangeLogSet parse(hudson.model.AbstractBuild<?,?> build,
java.io.Reader reader)
throws java.io.IOException,
org.xml.sax.SAXException
- Throws:
java.io.IOException
org.xml.sax.SAXException
Copyright © 2008. All Rights Reserved.