java.lang.Object | |
↳ | com.atlassian.jira.imports.project.util.ProjectImportTemporaryFilesImpl |
Single class to hold the paths to the Tempory XML partition files, and their temporary parent directory.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Deletes the temporary files held in this object.
| |||||||||||
Returns the temporary XML partition file for ChangeItems.
| |||||||||||
Returns the temporary XML partition file for CustomFields.
| |||||||||||
Returns the temporary XML partition file for FileAttachments.
| |||||||||||
Returns the temporary XML partition file for Issue related entities.
| |||||||||||
Returns the temporary XML partition file for Issues.
| |||||||||||
Returns the temporary directory which is the parent of all the temporary partition files.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||||||||||
From interface
com.atlassian.jira.imports.project.util.ProjectImportTemporaryFiles
|
Deletes the temporary files held in this object. It is safe to call this method twice as it will check if the files actually exist first.
Returns the temporary XML partition file for ChangeItems.
Returns the temporary XML partition file for CustomFields.
Returns the temporary XML partition file for FileAttachments.
Returns the temporary XML partition file for Issue related entities.
Returns the temporary XML partition file for Issues.
Returns the temporary directory which is the parent of all the temporary partition files.