hudson.plugins.clearcase.ucm
Class UcmSaveChangeLogAction

java.lang.Object
  extended by hudson.plugins.clearcase.ucm.UcmSaveChangeLogAction
All Implemented Interfaces:
SaveChangeLogAction

public class UcmSaveChangeLogAction
extends java.lang.Object
implements SaveChangeLogAction


Constructor Summary
UcmSaveChangeLogAction()
           
 
Method Summary
 void saveChangeLog(java.io.File changeLogFile, java.util.List<? extends hudson.scm.ChangeLogSet.Entry> entries)
          Store the change log into the specified file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UcmSaveChangeLogAction

public UcmSaveChangeLogAction()
Method Detail

saveChangeLog

public void saveChangeLog(java.io.File changeLogFile,
                          java.util.List<? extends hudson.scm.ChangeLogSet.Entry> entries)
                   throws java.io.IOException,
                          java.lang.InterruptedException
Description copied from interface: SaveChangeLogAction
Store the change log into the specified file.

Specified by:
saveChangeLog in interface SaveChangeLogAction
Parameters:
changeLogFile - file to write the change log to (as XML)
entries - the entries in the change log
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2009. All Rights Reserved.