public class ProjectImportDataImpl extends Object implements ProjectImportData
| Constructor and Description |
|---|
ProjectImportDataImpl(ProjectImportMapper projectImportMapper,
ProjectImportTemporaryFiles temporaryFiles,
AoImportTemporaryFiles aoImportTemporaryFiles,
int issueCount,
int customFieldValuesCount,
int issueRelatedEntitiesCount,
int fileAttachmentCount,
int changeItemEntityCount,
int nonIssueEntityCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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.
|
int |
hashCode() |
void |
setValidAttachmentsCount(int validAttachmentCount)
Sets the count of the number of valid attachments the import will try to create.
|
public ProjectImportDataImpl(ProjectImportMapper projectImportMapper, ProjectImportTemporaryFiles temporaryFiles, AoImportTemporaryFiles aoImportTemporaryFiles, int issueCount, int customFieldValuesCount, int issueRelatedEntitiesCount, int fileAttachmentCount, int changeItemEntityCount, int nonIssueEntityCount)
public ProjectImportTemporaryFiles getTemporaryFiles()
ProjectImportDatagetTemporaryFiles in interface ProjectImportDatapublic AoImportTemporaryFiles getTemporaryAoFiles()
ProjectImportDatagetTemporaryAoFiles in interface ProjectImportDatapublic String getPathToEntityXml(String entityName)
ProjectImportDatagetPathToEntityXml in interface ProjectImportDatapublic int getIssueEntityCount()
getIssueEntityCount in interface ProjectImportDatapublic int getFileAttachmentEntityCount()
getFileAttachmentEntityCount in interface ProjectImportDatapublic int getIssueRelatedEntityCount()
getIssueRelatedEntityCount in interface ProjectImportDatapublic int getCustomFieldValuesEntityCount()
getCustomFieldValuesEntityCount in interface ProjectImportDatapublic int getChangeItemEntityCount()
getChangeItemEntityCount in interface ProjectImportDatapublic ProjectImportMapper getProjectImportMapper()
ProjectImportDatagetProjectImportMapper in interface ProjectImportDatapublic void setValidAttachmentsCount(int validAttachmentCount)
ProjectImportDatasetValidAttachmentsCount in interface ProjectImportDatavalidAttachmentCount - the count of the number of valid attachments the import will try to create.public int getValidAttachmentsCount()
ProjectImportDatagetValidAttachmentsCount in interface ProjectImportDatapublic int getNonIssueEntityCount()
getNonIssueEntityCount in interface ProjectImportDataCopyright © 2002-2021 Atlassian. All Rights Reserved.