hudson.plugin.scm.fsscm
Class ChangelogSet.XMLSerializer

java.lang.Object
  extended by hudson.scm.ChangeLogParser
      extended by hudson.plugin.scm.fsscm.ChangelogSet.XMLSerializer
Enclosing class:
ChangelogSet

public static class ChangelogSet.XMLSerializer
extends hudson.scm.ChangeLogParser


Constructor Summary
ChangelogSet.XMLSerializer()
           
 
Method Summary
 ChangelogSet parse(hudson.model.AbstractBuild build, java.io.File file)
           
 void save(ChangelogSet changeLogSet, java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangelogSet.XMLSerializer

public ChangelogSet.XMLSerializer()
Method Detail

parse

public ChangelogSet parse(hudson.model.AbstractBuild build,
                          java.io.File file)
                   throws java.io.FileNotFoundException
Specified by:
parse in class hudson.scm.ChangeLogParser
Throws:
java.io.FileNotFoundException

save

public void save(ChangelogSet changeLogSet,
                 java.io.File file)
          throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException


Copyright © 2009. All Rights Reserved.