com.atlassian.studio.jira.importer
Interface JiraExportFileService

All Known Implementing Classes:
JiraExportFileServiceImpl

public interface JiraExportFileService


Method Summary
 String exportData(TaskProgressSink taskProgressSink)
          Generates a export of the current JIRA instance.
 

Method Detail

exportData

String exportData(TaskProgressSink taskProgressSink)
                  throws com.atlassian.studio.host.common.DataSetupException
Generates a export of the current JIRA instance.

Parameters:
taskProgressSink - to receive the progress of the task
Returns:
the absolute path to the export file
Throws:
com.atlassian.studio.host.common.DataSetupException


Copyright © 2002-2012 Atlassian. All Rights Reserved.