Uses of Class
com.atlassian.jira.bc.dataimport.ExportService.Style

Packages that use ExportService.Style
com.atlassian.jira.bc.dataimport   
 

Uses of ExportService.Style in com.atlassian.jira.bc.dataimport
 

Methods in com.atlassian.jira.bc.dataimport that return ExportService.Style
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.
 

Methods in com.atlassian.jira.bc.dataimport with parameters of type ExportService.Style
 ServiceOutcome<Void> ExportService.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> DefaultExportService.export(com.atlassian.crowd.embedded.api.User loggedInUser, String filename, ExportService.Style style, TaskProgressSink taskProgressSink)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.