public class

BackupOverviewImpl

extends Object
implements BackupOverview
java.lang.Object
   ↳ com.atlassian.jira.imports.project.core.BackupOverviewImpl

Summary

Public Constructors
BackupOverviewImpl(BackupSystemInformation backupSystemInformation, List<? extends BackupProject> backupProjects)
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.imports.project.core.BackupOverview

Public Constructors

public BackupOverviewImpl (BackupSystemInformation backupSystemInformation, List<? extends BackupProject> backupProjects)

Public Methods

public BackupSystemInformation getBackupSystemInformation ()

Returns a BackupSystemInformation object containing system-wide information from the backup file.

Returns
  • a BackupSystemInformation object containing system-wide information from the backup file.

public BackupProject getProject (String projectKey)

Gets a BackupProject by the projectKey.

Parameters
projectKey the unique key that identifies the project.
Returns
  • a BackupProject identified by the key or null if the object does not know about the project key.

public List getProjects ()

Gets all the BackupProject's contained in the backup ordered alphabetically by the projects name.

Returns