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