Class DataImportService.ImportResult

java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.dataimport.DataImportService.ImportResult
All Implemented Interfaces:
ServiceResult, Serializable
Enclosing interface:
DataImportService

public static class DataImportService.ImportResult extends ServiceResultImpl implements Serializable
Represents the result of performing an import. Clients should use the provided DataImportService.ImportResult.Builder to construct an instance of this class. It contains a general collection of errors to display in the UI.

It can also return a more specific error message via the DataImportService.ImportError to indicate a large problem during the import which will result in JIRA being locked after the import.

See Also: