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)
BackupOverview
BackupProject
by the projectKey.getProject
in interface BackupOverview
projectKey
- 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()
BackupOverview
BackupProject
's contained in the backup ordered
alphabetically by the projects name.getProjects
in interface BackupOverview
BackupProject
's.public BackupSystemInformation getBackupSystemInformation()
BackupOverview
getBackupSystemInformation
in interface BackupOverview
Copyright © 2002-2019 Atlassian. All Rights Reserved.