Uses of Class
cdc.impex.imports.ImportIssueType
-
Packages that use ImportIssueType Package Description cdc.impex.imports -
-
Uses of ImportIssueType in cdc.impex.imports
Methods in cdc.impex.imports that return ImportIssueType Modifier and Type Method Description static ImportIssueTypeImportIssueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportIssueType[]ImportIssueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in cdc.impex.imports with parameters of type ImportIssueType Constructor Description ImportIssue(ImportIssueType type, String project, List<cdc.issues.locations.Location> locations, String snapshot, cdc.issues.IssueSeverity severity, String description)
-