Package com.atlassian.jira.bc.dataimport
Interface ImportResultStore
- All Known Implementing Classes:
DefaultImportResultStore
public interface ImportResultStore
Stores the result of the last import or XmlRestore.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidstoreResult(DataImportService.ImportResult importResult)
-
Method Details
-
storeResult
-
getLastResult
DataImportService.ImportResult getLastResult() -
clear
void clear()
-