public interface BackupContributor
IndexBackupContributorsManager
, Registered contributors will be given opportunity to contribute a list of files
to index backup each time backup operations are run.Modifier and Type | Method and Description |
---|---|
void |
contributeToBackup(BackupBuilder backupBuilder)
Contribute a set of files to the given
backupBuilder to include them in the backup being created when this method was called. |
void contributeToBackup(BackupBuilder backupBuilder)
backupBuilder
to include them in the backup being created when this method was called.backupBuilder
- builder of the backup being created at the time of call. All existing and nonempty files passed to its accept method will be included. The builder may not be reusable and the reference should not be stored outside the scope of this methodCopyright © 2002-2019 Atlassian. All Rights Reserved.