public static enum DataImportService.ImportError extends Enum<DataImportService.ImportError>
Enum Constant and Description |
---|
CUSTOM_PATH_EXCEPTION
The index or attachment path provided by the data was not valid.
|
DOWNGRADE_FROM_ONDEMAND
The data being imported is from a newer version of JIRA.
|
NONE
No error happened.
|
UPGRADE_EXCEPTION
An error occurred when the data was being upgraded to the latest version.
|
V1_LICENSE_EXCEPTION
Deprecated.
No replacement. Since 6.4.
|
Modifier and Type | Method and Description |
---|---|
static DataImportService.ImportError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataImportService.ImportError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataImportService.ImportError NONE
public static final DataImportService.ImportError UPGRADE_EXCEPTION
@Deprecated public static final DataImportService.ImportError V1_LICENSE_EXCEPTION
public static final DataImportService.ImportError CUSTOM_PATH_EXCEPTION
public static final DataImportService.ImportError DOWNGRADE_FROM_ONDEMAND
public static DataImportService.ImportError[] values()
for (DataImportService.ImportError c : DataImportService.ImportError.values()) System.out.println(c);
public static DataImportService.ImportError valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2002-2015 Atlassian. All Rights Reserved.