Uses of Enum
io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationLevel
Package
Description
Provides default Findbugs annotations.
Provides default Findbugs annotations.
-
Uses of ChecksAnnotation.ChecksAnnotationLevel in io.jenkins.plugins.checks.api
Modifier and TypeMethodDescriptionChecksAnnotation.getAnnotationLevel()
Returns the enum constant of this type with the specified name.ChecksAnnotation.ChecksAnnotationLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier 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
Modifier and TypeMethodDescriptionvoid
PublishChecksStep.StepChecksAnnotation.setAnnotationLevel
(ChecksAnnotation.ChecksAnnotationLevel annotationLevel)