public interface ProjectImportData
Modifier and Type | Method and Description |
---|---|
int |
getChangeItemEntityCount() |
int |
getCustomFieldValuesEntityCount() |
int |
getFileAttachmentEntityCount() |
int |
getIssueEntityCount() |
int |
getIssueRelatedEntityCount() |
int |
getNonIssueEntityCount() |
String |
getPathToEntityXml(String entityName)
The path to the partitioned XML file for the specified entity.
|
ProjectImportMapper |
getProjectImportMapper()
The central object used to map all the data the backup project contains.
|
AoImportTemporaryFiles |
getTemporaryAoFiles()
Returns the ProjectImportTemporaryFiles containing the path to the Project Import's temporary directory and all the partitioned XML files.
|
ProjectImportTemporaryFiles |
getTemporaryFiles()
Returns the ProjectImportTemporaryFiles containing the path to the Project Import's temporary directory and all the partitioned XML files.
|
int |
getValidAttachmentsCount()
Gets the count of the number of valid attachments the import will try to create.
|
void |
setValidAttachmentsCount(int validAttachmentCount)
Sets the count of the number of valid attachments the import will try to create.
|
String getPathToEntityXml(String entityName)
int getCustomFieldValuesEntityCount()
int getIssueRelatedEntityCount()
int getIssueEntityCount()
int getFileAttachmentEntityCount()
ProjectImportMapper getProjectImportMapper()
void setValidAttachmentsCount(int validAttachmentCount)
validAttachmentCount
- the count of the number of valid attachments the import will try to create.int getValidAttachmentsCount()
int getChangeItemEntityCount()
ProjectImportTemporaryFiles getTemporaryFiles()
AoImportTemporaryFiles getTemporaryAoFiles()
int getNonIssueEntityCount()
Copyright © 2002-2015 Atlassian. All Rights Reserved.