public static class DataImportService.ImportResult extends ServiceResultImpl implements Serializable
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.
| Modifier and Type | Class and Description |
|---|---|
static class |
DataImportService.ImportResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
DataImportService.ImportError |
getImportError() |
DataImportParams |
getParams() |
String |
getSpecificErrorMessage() |
List<String> |
getValidationErrorMessages() |
boolean |
isValid() |
getErrorCollection, getWarningCollectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasWarningspublic DataImportService.ImportError getImportError()
public String getSpecificErrorMessage()
public boolean isValid()
isValid in interface ServiceResultisValid in class ServiceResultImplpublic DataImportParams getParams()
Copyright © 2002-2017 Atlassian. All Rights Reserved.