public interface RestorePolicy
| Modifier and Type | Method and Description |
|---|---|
void |
restore(File finalResultDir)
Restores content of the tempDir
|
void restore(File finalResultDir) throws IOException, org.jenkinsci.plugins.periodicbackup.PeriodicBackupException
finalResultDir - temporary directory, at this point only unpacked content of the backup archives should be insideIOException - If an IO problem occursPeriodicBackupException - If other problem occursCopyright © 2016–2022. All rights reserved.