com.atlassian.jira.imports.project.core.ProjectImportData |
![]() |
Stores project specific data that is used to make the import happen. Provides the project import mapper and the paths, on disk, to the partitioned XML files that contain the backup projects data.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The path to the partitioned XML file for the projects change item entities.
| |||||||||||
The path to the partitioned XML file for the projects custom field values.
| |||||||||||
The path to the partitioned XML file for the projects issue file attachment entities.
| |||||||||||
The path to the partitioned XML file for the projects issue related entities.
| |||||||||||
The path to the partitioned XML file for the projects issue entities.
| |||||||||||
The central object used to map all the data the backup project contains.
| |||||||||||
Returns the ProjectImportTemporaryFiles containing the path to the Project Import's temporary directory and all the partitioned XML files.
| |||||||||||
Gets the count of the number of valid attachments the import will try to create.
| |||||||||||
Sets the count of the number of valid attachments the import will try to create.
|
The path to the partitioned XML file for the projects change item entities.
The path to the partitioned XML file for the projects custom field values.
The path to the partitioned XML file for the projects issue file attachment entities.
The path to the partitioned XML file for the projects issue related entities.
The path to the partitioned XML file for the projects issue entities.
The central object used to map all the data the backup project contains.
Returns the ProjectImportTemporaryFiles containing the path to the Project Import's temporary directory and all the partitioned XML files.
Gets the count of the number of valid attachments the import will try to create.
Sets the count of the number of valid attachments the import will try to create.
validAttachmentCount | the count of the number of valid attachments the import will try to create. |
---|