| Package | Description |
|---|---|
| io.jenkins.plugins.checks.api |
Provides default Findbugs annotations.
|
| Modifier and Type | Method and Description |
|---|---|
ChecksAnnotation.ChecksAnnotationBuilder |
ChecksAnnotation.ChecksAnnotationBuilder.withAnnotationLevel(ChecksAnnotation.ChecksAnnotationLevel level)
Sets the annotation level, one of
NOTICE, WARNING, or FAILURE. |
ChecksAnnotation.ChecksAnnotationBuilder |
ChecksAnnotation.ChecksAnnotationBuilder.withEndColumn(Integer endColumn)
Adds end column of the annotation.
|
ChecksAnnotation.ChecksAnnotationBuilder |
ChecksAnnotation.ChecksAnnotationBuilder.withEndLine(Integer endLine)
Sets the end line of annotation.
|
ChecksAnnotation.ChecksAnnotationBuilder |
ChecksAnnotation.ChecksAnnotationBuilder.withLine(int line)
Sets the line of the single line annotation.
|
ChecksAnnotation.ChecksAnnotationBuilder |
ChecksAnnotation.ChecksAnnotationBuilder.withMessage(String message)
Sets a short description of the feedback for the annotation.
|
ChecksAnnotation.ChecksAnnotationBuilder |
ChecksAnnotation.ChecksAnnotationBuilder.withPath(String path)
Sets the path of the file to annotate.
|
ChecksAnnotation.ChecksAnnotationBuilder |
ChecksAnnotation.ChecksAnnotationBuilder.withRawDetails(String rawDetails)
Adds the details about this annotation.
|
ChecksAnnotation.ChecksAnnotationBuilder |
ChecksAnnotation.ChecksAnnotationBuilder.withStartColumn(Integer startColumn)
Adds start column of the annotation.
|
ChecksAnnotation.ChecksAnnotationBuilder |
ChecksAnnotation.ChecksAnnotationBuilder.withStartLine(Integer startLine)
Sets the start line of annotation.
|
ChecksAnnotation.ChecksAnnotationBuilder |
ChecksAnnotation.ChecksAnnotationBuilder.withTitle(String title)
Adds the title that represents the annotation.
|
Copyright © 2016–2021. All rights reserved.