Uses of Interface
com.almworks.jira.structure.api.backup.BackupOperation
Packages that use BackupOperation
-
Uses of BackupOperation in com.almworks.jira.structure.api.backup
Methods in com.almworks.jira.structure.api.backup that return BackupOperationModifier and TypeMethodDescriptionBackupOperation.backup()Performs the backup synchronously.StructureBackupManager.backup()Creates an instance of backup operation.BackupOperation.backupToStream(OutputStream out) Performs the backup synchronously, writing the data to the suppliedOutputStreaminstead of a file.BackupOperation.setBackupAppConfiguration(boolean backupAppConfiguration) Controls whether Structure's app-level configuration and settings are backed up.BackupOperation.setBackupExtensions(Set<String> extensionKeys) Sets the extension keys to back up.BackupOperation.setBackupFavorites(boolean backupFavorites) Controls whether users' favorite structures are backed up.BackupOperation.setBackupGenericItemHistory(boolean backupGenericItemHistory) Sets thebackupGenericItemHistoryflag.BackupOperation.setBackupHistory(boolean backupHistory) Sets thebackupHistoryflag.BackupOperation.setBackupPerspectives(boolean backupPerspectives) Controls whether perspectives are backed up.BackupOperation.setBackupSavedColumns(boolean backupSavedColumns) Controls whether saved columns are backed up.BackupOperation.setBackupStructureIds(LongIterable structureIds) Sets the structure IDs to back up.BackupOperation.setBackupViewIds(LongIterable viewIds) Sets the view IDs to back up.Sets the target file for the backup.BackupOperation.setUseZip(boolean useZip) Sets theuseZipflag.