public class IndexBackupContributorsManager extends Object
BackupContributor's.
Registered implementors of BackupContributor are guaranteed to have their BackupContributor.contributeToBackup(BackupBuilder)) method called during each backup operation| Constructor and Description |
|---|
IndexBackupContributorsManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
pollContributors(BackupBuilder backupBuilder)
Iterate through registered backupContributors and allow them to pass files to the given backup backupBuilder
|
void |
registerForBackups(BackupContributor contributor)
Register contributor to make it included in each backup operation.
|
public void registerForBackups(BackupContributor contributor)
contributor - public void pollContributors(BackupBuilder backupBuilder)
backupBuilder - Copyright © 2002-2021 Atlassian. All Rights Reserved.