public class BaseSaveChangeLogAction extends Object implements SaveChangeLogAction
Constructor and Description |
---|
BaseSaveChangeLogAction() |
Modifier and Type | Method and Description |
---|---|
void |
saveChangeLog(File changeLogFile,
List<? extends hudson.scm.ChangeLogSet.Entry> entries)
Store the change log into the specified file.
|
public void saveChangeLog(File changeLogFile, List<? extends hudson.scm.ChangeLogSet.Entry> entries) throws IOException, InterruptedException
SaveChangeLogAction
saveChangeLog
in interface SaveChangeLogAction
changeLogFile
- file to write the change log to (as XML)entries
- the entries in the change logIOException
InterruptedException
Copyright © 2004-2021. All Rights Reserved.