public class BackupSystemInformationImpl extends Object implements BackupSystemInformation
| Constructor and Description |
|---|
BackupSystemInformationImpl(String buildNumber,
String edition,
List<PluginVersion> pluginVersions,
boolean unassignedIssuesAllowed,
Map<String,String> issueIdToKeyMap,
Set<String> entities,
int entityCount) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildNumber()
Returns the JIRA build number the backup came from.
|
String |
getEdition()
Returns the JIRA edition the backup came from.
|
int |
getEntityCount()
Returns the number of entities in the backup file.
|
Set<String> |
getEntityTypes()
Returns the types of entities represented in the backup file.
|
String |
getIssueKeyForId(String issueId)
Will get the issue key provided the issue id for any issue that existed in the backup file.
|
List<PluginVersion> |
getPluginVersions()
Gets all the
PluginVersion's contained in the backup. |
String |
toString() |
boolean |
unassignedIssuesAllowed()
Returns
true if unassigned issues are allowed in the backup file. |
public String getBuildNumber()
BackupSystemInformationgetBuildNumber in interface BackupSystemInformationpublic String getEdition()
BackupSystemInformationgetEdition in interface BackupSystemInformationpublic List<PluginVersion> getPluginVersions()
BackupSystemInformationPluginVersion's contained in the backup.getPluginVersions in interface BackupSystemInformationPluginVersion's.public boolean unassignedIssuesAllowed()
BackupSystemInformationtrue if unassigned issues are allowed in the backup file.unassignedIssuesAllowed in interface BackupSystemInformationtrue if unassigned issues are allowed in the backup file.public String getIssueKeyForId(String issueId)
BackupSystemInformationgetIssueKeyForId in interface BackupSystemInformationissueId - string representation of the issue id long.public int getEntityCount()
BackupSystemInformationgetEntityCount in interface BackupSystemInformationpublic Set<String> getEntityTypes()
BackupSystemInformationgetEntityTypes in interface BackupSystemInformationCopyright © 2002-2022 Atlassian. All Rights Reserved.