| com.atlassian.jira.bc.dataimport.ExportService |
Known Indirect Subclasses
|
A service for the creation of JIRA XML backups.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ExportService.Style | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Export JIRA to the given filename with the specified backup style.
| |||||||||||
Export JIRA to the given filename.
| |||||||||||
Export JIRA to the given filename.
| |||||||||||
Export JIRA to the given filename with the specified backup style. It will be a zip file, no matter what suffix you give it. Inside the zip file will be the JIRA XML and the ActiveObjects XML.
| filename | destination zipfile for the backup |
|---|---|
| style | what time of backup we should perform. |
Export JIRA to the given filename. It will be a zip file, no matter what suffix you give it. Inside the zip file will be the JIRA XML and the ActiveObjects XML. This will use the NORMAL style.
| filename | destination zipfile for the backup |
|---|
Export JIRA to the given filename. Only a JIRA XML file will be created, This will use the NORMAL style.
| xmlFilename | destination xmlfile for the backup |
|---|

