|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.imports.project.core.ProjectImportDataImpl
public class ProjectImportDataImpl
| Constructor Summary | |
|---|---|
ProjectImportDataImpl(ProjectImportMapper projectImportMapper,
ProjectImportTemporaryFiles temporaryFiles,
int issueCount,
int customFieldValuesCount,
int issueRelatedEntitiesCount,
int fileAttachmentCount,
int changeItemEntityCount)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
int |
getChangeItemEntityCount()
|
int |
getCustomFieldValuesEntityCount()
|
int |
getFileAttachmentEntityCount()
|
int |
getIssueEntityCount()
|
int |
getIssueRelatedEntityCount()
|
String |
getPathToChangeItemXml()
The path to the partitioned XML file for the projects change item entities. |
String |
getPathToCustomFieldValuesXml()
The path to the partitioned XML file for the projects custom field values. |
String |
getPathToFileAttachmentXml()
The path to the partitioned XML file for the projects issue file attachment entities. |
String |
getPathToIssueRelatedEntitiesXml()
The path to the partitioned XML file for the projects issue related entities. |
String |
getPathToIssuesXml()
The path to the partitioned XML file for the projects issue entities. |
ProjectImportMapper |
getProjectImportMapper()
The central object used to map all the data the backup project contains. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectImportDataImpl(ProjectImportMapper projectImportMapper,
ProjectImportTemporaryFiles temporaryFiles,
int issueCount,
int customFieldValuesCount,
int issueRelatedEntitiesCount,
int fileAttachmentCount,
int changeItemEntityCount)
| Method Detail |
|---|
public ProjectImportTemporaryFiles getTemporaryFiles()
ProjectImportData
getTemporaryFiles in interface ProjectImportDatapublic String getPathToIssuesXml()
ProjectImportData
getPathToIssuesXml in interface ProjectImportDatapublic int getIssueEntityCount()
getIssueEntityCount in interface ProjectImportDatapublic String getPathToFileAttachmentXml()
ProjectImportData
getPathToFileAttachmentXml in interface ProjectImportDatapublic int getFileAttachmentEntityCount()
getFileAttachmentEntityCount in interface ProjectImportDatapublic String getPathToIssueRelatedEntitiesXml()
ProjectImportData
getPathToIssueRelatedEntitiesXml in interface ProjectImportDatapublic int getIssueRelatedEntityCount()
getIssueRelatedEntityCount in interface ProjectImportDatapublic String getPathToCustomFieldValuesXml()
ProjectImportData
getPathToCustomFieldValuesXml in interface ProjectImportDatapublic int getCustomFieldValuesEntityCount()
getCustomFieldValuesEntityCount in interface ProjectImportDatapublic int getChangeItemEntityCount()
getChangeItemEntityCount in interface ProjectImportDatapublic ProjectImportMapper getProjectImportMapper()
ProjectImportData
getProjectImportMapper in interface ProjectImportDatapublic void setValidAttachmentsCount(int validAttachmentCount)
ProjectImportData
setValidAttachmentsCount in interface ProjectImportDatavalidAttachmentCount - the count of the number of valid attachments the import will try to create.public int getValidAttachmentsCount()
ProjectImportData
getValidAttachmentsCount in interface ProjectImportDatapublic String getPathToChangeItemXml()
ProjectImportData
getPathToChangeItemXml in interface ProjectImportDatapublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||