public interface BackupSystemInformation extends Serializable
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. |
boolean |
unassignedIssuesAllowed()
Returns
true if unassigned issues are allowed in the backup file. |
List<PluginVersion> getPluginVersions()
PluginVersion
's contained in the backup.PluginVersion
's.String getBuildNumber()
String getEdition()
boolean unassignedIssuesAllowed()
true
if unassigned issues are allowed in the backup file.true
if unassigned issues are allowed in the backup file.String getIssueKeyForId(String issueId)
issueId
- string representation of the issue id long.int getEntityCount()
Copyright © 2002-2019 Atlassian. All Rights Reserved.