Uses of Enum Class
io.jenkins.plugins.gerritchecksapi.rest.CheckResult.Category
Packages that use CheckResult.Category
-
Uses of CheckResult.Category in io.jenkins.plugins.gerritchecksapi.rest
Methods in io.jenkins.plugins.gerritchecksapi.rest that return CheckResult.CategoryModifier and TypeMethodDescriptionstatic CheckResult.CategoryCheckResult.Category.fromResult(Result res) CheckResult.getCategory()static CheckResult.CategoryReturns the enum constant of this class with the specified name.static CheckResult.Category[]CheckResult.Category.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.jenkins.plugins.gerritchecksapi.rest with parameters of type CheckResult.CategoryConstructors in io.jenkins.plugins.gerritchecksapi.rest with parameters of type CheckResult.CategoryModifierConstructorDescriptionCheckResult(String externalId, CheckResult.Category category, String summary, String message, List<Tag> tags, List<Link> links, List<CodePointer> codePointers, List<Action> actions, List<Fix> fixes)