hudson.plugins.clearcase.action
Interface SaveChangeLogAction
- All Known Implementing Classes:
- BaseSaveChangeLogAction, UcmSaveChangeLogAction
public interface SaveChangeLogAction
Action that stores a change log into a file.
|
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. |
saveChangeLog
void saveChangeLog(java.io.File changeLogFile,
java.util.List<? extends hudson.scm.ChangeLogSet.Entry> entries)
throws java.io.IOException,
java.lang.InterruptedException
- Store the change log into the specified file.
- 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 © 2010. All Rights Reserved.