| java.lang.Object | |
| ↳ | com.atlassian.jira.bc.dataimport.DefaultExportService |
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | ACTIVEOBJECTS_XML | ||||||||||
| String | ENTITIES_XML | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||
From interface
com.atlassian.jira.bc.dataimport.ExportService
| |||||||||||||||||
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 |
|---|

