Uses of Enum Class
com.almworks.jira.structure.api.error.StructureErrorCategory
Packages that use StructureErrorCategory
-
Uses of StructureErrorCategory in com.almworks.jira.structure.api.error
Methods in com.almworks.jira.structure.api.error that return StructureErrorCategoryModifier and TypeMethodDescriptionStructureError.getCategory()Returns error category.StructureErrors.getCategory()static StructureErrorCategoryReturns the enum constant of this class with the specified name.static StructureErrorCategory[]StructureErrorCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.almworks.jira.structure.api.error with parameters of type StructureErrorCategoryModifier and TypeMethodDescriptiondefault booleanStructureError.is(StructureErrorCategory category) Checks if the error is of the given category.default booleanStructureError.isOneOf(StructureErrorCategory... categories) Checks if the error belongs to one of the given categories.