| Package | Description |
|---|---|
| io.jenkins.plugins.checks.api |
Provides default Findbugs annotations.
|
| Modifier and Type | Method and Description |
|---|---|
ChecksAnnotation.ChecksAnnotationLevel |
ChecksAnnotation.getAnnotationLevel() |
static ChecksAnnotation.ChecksAnnotationLevel |
ChecksAnnotation.ChecksAnnotationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksAnnotation.ChecksAnnotationLevel[] |
ChecksAnnotation.ChecksAnnotationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ChecksAnnotation.ChecksAnnotationBuilder |
ChecksAnnotation.ChecksAnnotationBuilder.withAnnotationLevel(ChecksAnnotation.ChecksAnnotationLevel level)
Sets the annotation level, one of
NOTICE, WARNING, or FAILURE. |
Copyright © 2016–2021. All rights reserved.