Uses of Enum Class
io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationLevel
Packages that use ChecksAnnotation.ChecksAnnotationLevel
Package
Description
Provides default Findbugs annotations.
Provides default Findbugs annotations.
- 
Uses of ChecksAnnotation.ChecksAnnotationLevel in io.jenkins.plugins.checks.api
Methods in io.jenkins.plugins.checks.api that return ChecksAnnotation.ChecksAnnotationLevelModifier and TypeMethodDescriptionChecksAnnotation.getAnnotationLevel()Returns the enum constant of this class with the specified name.ChecksAnnotation.ChecksAnnotationLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.jenkins.plugins.checks.api with parameters of type ChecksAnnotation.ChecksAnnotationLevelModifier and TypeMethodDescriptionChecksAnnotation.ChecksAnnotationBuilder.withAnnotationLevel(ChecksAnnotation.ChecksAnnotationLevel level) Sets the annotation level, one ofNOTICE,WARNING, orFAILURE. - 
Uses of ChecksAnnotation.ChecksAnnotationLevel in io.jenkins.plugins.checks.steps
Methods in io.jenkins.plugins.checks.steps that return ChecksAnnotation.ChecksAnnotationLevelMethods in io.jenkins.plugins.checks.steps with parameters of type ChecksAnnotation.ChecksAnnotationLevelModifier and TypeMethodDescriptionvoidPublishChecksStep.StepChecksAnnotation.setAnnotationLevel(ChecksAnnotation.ChecksAnnotationLevel annotationLevel)