public class BackupOverviewImpl extends Object implements BackupOverview
| Constructor and Description |
|---|
BackupOverviewImpl(BackupSystemInformation backupSystemInformation,
List<? extends BackupProject> backupProjects) |
| Modifier and Type | Method and Description |
|---|---|
BackupSystemInformation |
getBackupSystemInformation()
Returns a BackupSystemInformation object containing system-wide information from the backup file.
|
BackupProject |
getProject(String projectKey)
Gets a
BackupProject by the projectKey. |
List |
getProjects()
Gets all the
BackupProject's contained in the backup ordered
alphabetically by the projects name. |
public BackupOverviewImpl(BackupSystemInformation backupSystemInformation, List<? extends BackupProject> backupProjects)
public BackupProject getProject(String projectKey)
BackupOverviewBackupProject by the projectKey.getProject in interface BackupOverviewprojectKey - the unique key that identifies the project.BackupProject identified by the key or null if
the object does not know about the project key.public List getProjects()
BackupOverviewBackupProject's contained in the backup ordered
alphabetically by the projects name.getProjects in interface BackupOverviewBackupProject's.public BackupSystemInformation getBackupSystemInformation()
BackupOverviewgetBackupSystemInformation in interface BackupOverviewCopyright © 2002-2021 Atlassian. All Rights Reserved.