Uses of Class
io.jenkins.plugins.checks.api.ChecksAnnotation
Package
Description
Provides default Findbugs annotations.
Provides default Findbugs annotations.
-
Uses of ChecksAnnotation in io.jenkins.plugins.checks.api
Modifier and TypeMethodDescriptionChecksAnnotation.ChecksAnnotationBuilder.build()
Actually builds theChecksAnnotation
.Modifier and TypeMethodDescriptionChecksOutput.ChecksOutputBuilder.addAnnotation
(ChecksAnnotation annotation) Adds aChecksAnnotation
.Modifier and TypeMethodDescriptionChecksOutput.ChecksOutputBuilder.withAnnotations
(List<ChecksAnnotation> annotations) Sets theChecksAnnotation
for a check run. -
Uses of ChecksAnnotation in io.jenkins.plugins.checks.steps
Modifier and TypeMethodDescriptionPublishChecksStep.StepChecksAnnotation.getAnnotation()
GetChecksAnnotation
built with user-provided parameters inPublishChecksStep
.