hudson.plugins.tfs
Class ChangeSetWriter

java.lang.Object
  extended by hudson.plugins.tfs.ChangeSetWriter

public class ChangeSetWriter
extends java.lang.Object

Team Foundation change log writer.

Author:
Erik Ramfelt

Constructor Summary
ChangeSetWriter()
           
 
Method Summary
 void write(java.util.List<ChangeSet> changeSets, java.io.File changelogFile)
          Writes the list of change sets to the file
 void write(java.util.List<ChangeSet> changeSets, java.io.Writer output)
          Writes the list of change sets to the writer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeSetWriter

public ChangeSetWriter()
Method Detail

write

public void write(java.util.List<ChangeSet> changeSets,
                  java.io.File changelogFile)
           throws java.io.IOException
Writes the list of change sets to the file

Parameters:
changeSets - list of change sets
changelogFile - file to write change sets to
Throws:
java.io.IOException

write

public void write(java.util.List<ChangeSet> changeSets,
                  java.io.Writer output)
Writes the list of change sets to the writer

Parameters:
changeSets - list of change sets
output - output writer


Copyright © 2008. All Rights Reserved.