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()
ProjectImportData
getTemporaryFiles
in interface ProjectImportData
public AoImportTemporaryFiles getTemporaryAoFiles()
ProjectImportData
getTemporaryAoFiles
in interface ProjectImportData
public String getPathToEntityXml(String entityName)
ProjectImportData
getPathToEntityXml
in interface ProjectImportData
public int getIssueEntityCount()
getIssueEntityCount
in interface ProjectImportData
public int getFileAttachmentEntityCount()
getFileAttachmentEntityCount
in interface ProjectImportData
public int getIssueRelatedEntityCount()
getIssueRelatedEntityCount
in interface ProjectImportData
public int getCustomFieldValuesEntityCount()
getCustomFieldValuesEntityCount
in interface ProjectImportData
public int getChangeItemEntityCount()
getChangeItemEntityCount
in interface ProjectImportData
public ProjectImportMapper getProjectImportMapper()
ProjectImportData
getProjectImportMapper
in interface ProjectImportData
public void setValidAttachmentsCount(int validAttachmentCount)
ProjectImportData
setValidAttachmentsCount
in interface ProjectImportData
validAttachmentCount
- the count of the number of valid attachments the import will try to create.public int getValidAttachmentsCount()
ProjectImportData
getValidAttachmentsCount
in interface ProjectImportData
public int getNonIssueEntityCount()
getNonIssueEntityCount
in interface ProjectImportData
Copyright © 2002-2019 Atlassian. All Rights Reserved.