|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.tfs.ChangeSetWriter
public class ChangeSetWriter
Team Foundation change log writer.
| 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 |
|---|
public ChangeSetWriter()
| Method Detail |
|---|
public void write(java.util.List<ChangeSet> changeSets,
java.io.File changelogFile)
throws java.io.IOException
changeSets - list of change setschangelogFile - file to write change sets to
java.io.IOException
public void write(java.util.List<ChangeSet> changeSets,
java.io.Writer output)
changeSets - list of change setsoutput - output writer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||