public interface ExportService
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExportService.Style |
| Modifier and Type | Method and Description |
|---|---|
ServiceOutcome<Void> |
export(ApplicationUser loggedInUser,
String filename,
ExportService.Style style,
TaskProgressSink taskProgressSink)
Export JIRA to the given filename with the specified backup style.
|
ServiceOutcome<Void> |
export(ApplicationUser loggedInUser,
String filename,
TaskProgressSink taskProgressSink)
Export JIRA to the given filename.
|
ServiceOutcome<Void> |
exportForDevelopment(ApplicationUser loggedInUser,
String xmlFilename,
TaskProgressSink taskProgressSink)
Export JIRA to the given filename.
|
ServiceOutcome<Void> export(ApplicationUser loggedInUser, String filename, TaskProgressSink taskProgressSink)
filename - destination zipfile for the backup{#ExportService.Style.NORMAL}ServiceOutcome<Void> export(ApplicationUser loggedInUser, String filename, ExportService.Style style, TaskProgressSink taskProgressSink)
filename - destination zipfile for the backupstyle - what time of backup we should perform.ServiceOutcome<Void> exportForDevelopment(ApplicationUser loggedInUser, String xmlFilename, TaskProgressSink taskProgressSink)
xmlFilename - destination xmlfile for the backup{#ExportService.Style.NORMAL}Copyright © 2002-2019 Atlassian. All Rights Reserved.