|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 ProjectImportData
public String getPathToIssuesXml()
ProjectImportData
getPathToIssuesXml
in interface ProjectImportData
public int getIssueEntityCount()
getIssueEntityCount
in interface ProjectImportData
public String getPathToFileAttachmentXml()
ProjectImportData
getPathToFileAttachmentXml
in interface ProjectImportData
public int getFileAttachmentEntityCount()
getFileAttachmentEntityCount
in interface ProjectImportData
public String getPathToIssueRelatedEntitiesXml()
ProjectImportData
getPathToIssueRelatedEntitiesXml
in interface ProjectImportData
public int getIssueRelatedEntityCount()
getIssueRelatedEntityCount
in interface ProjectImportData
public String getPathToCustomFieldValuesXml()
ProjectImportData
getPathToCustomFieldValuesXml
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 String getPathToChangeItemXml()
ProjectImportData
getPathToChangeItemXml
in interface ProjectImportData
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |