hudson.plugins.clearcase.base
Class BaseSaveChangeLogAction

java.lang.Object
  extended by hudson.plugins.clearcase.base.BaseSaveChangeLogAction
All Implemented Interfaces:
SaveChangeLogAction

public class BaseSaveChangeLogAction
extends java.lang.Object
implements SaveChangeLogAction

Save change log action for Base ClearCase


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

BaseSaveChangeLogAction

public BaseSaveChangeLogAction()
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.