Package | Description |
---|---|
com.atlassian.jira.bc.dataimport |
Modifier and Type | Method and Description |
---|---|
static ExportService.Style |
ExportService.Style.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportService.Style[] |
ExportService.Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<Void> |
ExportService.export(ApplicationUser loggedInUser,
String filename,
ExportService.Style style,
TaskProgressSink taskProgressSink)
Export JIRA to the given filename with the specified backup style.
|
ServiceOutcome<Void> |
DefaultExportService.export(ApplicationUser loggedInUser,
String filename,
ExportService.Style style,
TaskProgressSink taskProgressSink) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.