|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.imports.project.core.BackupSystemInformationImpl
public class BackupSystemInformationImpl
Constructor Summary | |
---|---|
BackupSystemInformationImpl(String buildNumber,
String edition,
List pluginVersions,
boolean unassignedIssuesAllowed,
Map issueIdToKeyMap,
int entityCount)
|
Method Summary | |
---|---|
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. |
String |
getIssueKeyForId(String issueId)
Will get the issue key provided the issue id for any issue that existed in the backup file. |
List |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BackupSystemInformationImpl(String buildNumber, String edition, List pluginVersions, boolean unassignedIssuesAllowed, Map issueIdToKeyMap, int entityCount)
Method Detail |
---|
public String getBuildNumber()
BackupSystemInformation
getBuildNumber
in interface BackupSystemInformation
public String getEdition()
BackupSystemInformation
getEdition
in interface BackupSystemInformation
public List getPluginVersions()
BackupSystemInformation
PluginVersion
's contained in the backup.
getPluginVersions
in interface BackupSystemInformation
PluginVersion
's.public boolean unassignedIssuesAllowed()
BackupSystemInformation
true
if unassigned issues are allowed in the backup file.
unassignedIssuesAllowed
in interface BackupSystemInformation
true
if unassigned issues are allowed in the backup file.public String getIssueKeyForId(String issueId)
BackupSystemInformation
getIssueKeyForId
in interface BackupSystemInformation
issueId
- string representation of the issue id long.
public int getEntityCount()
BackupSystemInformation
getEntityCount
in interface BackupSystemInformation
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |