|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExportService
A service for the creation of JIRA XML backups.
Nested Class Summary | |
---|---|
static class |
ExportService.Style
|
Method Summary | |
---|---|
ServiceOutcome<Void> |
export(com.atlassian.crowd.embedded.api.User loggedInUser,
String filename,
ExportService.Style style,
TaskProgressSink taskProgressSink)
Export JIRA to the given filename with the specified backup style. |
ServiceOutcome<Void> |
export(com.atlassian.crowd.embedded.api.User loggedInUser,
String filename,
TaskProgressSink taskProgressSink)
Export JIRA to the given filename. |
ServiceOutcome<Void> |
exportForDevelopment(com.atlassian.crowd.embedded.api.User loggedInUser,
String xmlFilename,
TaskProgressSink taskProgressSink)
Export JIRA to the given filename. |
Method Detail |
---|
ServiceOutcome<Void> export(com.atlassian.crowd.embedded.api.User loggedInUser, String filename, TaskProgressSink taskProgressSink)
filename
- destination zipfile for the backup{#ExportService.Style.NORMAL}
ServiceOutcome<Void> export(com.atlassian.crowd.embedded.api.User loggedInUser, String filename, ExportService.Style style, TaskProgressSink taskProgressSink)
filename
- destination zipfile for the backupstyle
- what time of backup we should perform.ServiceOutcome<Void> exportForDevelopment(com.atlassian.crowd.embedded.api.User loggedInUser, String xmlFilename, TaskProgressSink taskProgressSink)
xmlFilename
- destination xmlfile for the backup{#ExportService.Style.NORMAL}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |