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