Class DataImportService.ImportValidationResult

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

public static class DataImportService.ImportValidationResult extends ServiceResultImpl
An import validation result returned by the DataImportService#validateImport(com.atlassian.crowd.embedded.api.User, DataImportParams) method. This result contains the import parameters passed in as well as any errors in the provided errorcollection.
See Also: