public static class

DataImportService.ImportResult

extends ServiceResultImpl
implements Serializable
java.lang.Object
   ↳ com.atlassian.jira.bc.ServiceResultImpl
     ↳ com.atlassian.jira.bc.dataimport.DataImportService.ImportResult

Class Overview

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.

Summary

Nested Classes
class DataImportService.ImportResult.Builder  
Public Methods
DataImportService.ImportError getImportError()
DataImportParams getParams()
String getSpecificErrorMessage()
boolean isValid()
[Expand]
Inherited Methods
From class com.atlassian.jira.bc.ServiceResultImpl
From class java.lang.Object
From interface com.atlassian.jira.bc.ServiceResult

Public Methods

public DataImportService.ImportError getImportError ()

public DataImportParams getParams ()

public String getSpecificErrorMessage ()

public boolean isValid ()