hudson.plugins.tfs
Class ChangeSetReader

java.lang.Object
  extended by hudson.scm.ChangeLogParser
      extended by hudson.plugins.tfs.ChangeSetReader

public class ChangeSetReader
extends hudson.scm.ChangeLogParser

TeamFoundation change log reader.

Author:
Erik Ramfelt

Constructor Summary
ChangeSetReader()
           
 
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
 

Constructor Detail

ChangeSetReader

public ChangeSetReader()
Method Detail

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 © 2011. All Rights Reserved.