Uses of Class
io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
Packages that use ChecksAnnotation.ChecksAnnotationBuilder
-
Uses of ChecksAnnotation.ChecksAnnotationBuilder in io.jenkins.plugins.checks.api
Methods in io.jenkins.plugins.checks.api that return ChecksAnnotation.ChecksAnnotationBuilderModifier and TypeMethodDescriptionChecksAnnotation.ChecksAnnotationBuilder.withAnnotationLevel(ChecksAnnotation.ChecksAnnotationLevel level) Sets the annotation level, one ofNOTICE,WARNING, orFAILURE.ChecksAnnotation.ChecksAnnotationBuilder.withEndColumn(Integer endColumn) Adds end column of the annotation.ChecksAnnotation.ChecksAnnotationBuilder.withEndLine(Integer endLine) Sets the end line of annotation.ChecksAnnotation.ChecksAnnotationBuilder.withLine(int line) Sets the line of the single line annotation.ChecksAnnotation.ChecksAnnotationBuilder.withMessage(String message) Sets a short description of the feedback for the annotation.Sets the path of the file to annotate.ChecksAnnotation.ChecksAnnotationBuilder.withRawDetails(String rawDetails) Adds the details about this annotation.ChecksAnnotation.ChecksAnnotationBuilder.withStartColumn(Integer startColumn) Adds start column of the annotation.ChecksAnnotation.ChecksAnnotationBuilder.withStartLine(Integer startLine) Sets the start line of annotation.Adds the title that represents the annotation.