| Package | Description |
|---|---|
| io.jenkins.plugins.checks.api |
Provides default Findbugs annotations.
|
| Modifier and Type | Method and Description |
|---|---|
ChecksAnnotation |
ChecksAnnotation.ChecksAnnotationBuilder.build()
Actually builds the
ChecksAnnotation. |
| Modifier and Type | Method and Description |
|---|---|
List<ChecksAnnotation> |
ChecksOutput.getChecksAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
ChecksOutput.ChecksOutputBuilder |
ChecksOutput.ChecksOutputBuilder.addAnnotation(ChecksAnnotation annotation)
Adds a
ChecksAnnotation. |
| Modifier and Type | Method and Description |
|---|---|
ChecksOutput.ChecksOutputBuilder |
ChecksOutput.ChecksOutputBuilder.withAnnotations(List<ChecksAnnotation> annotations)
Sets the
ChecksAnnotation for a check run. |
| Constructor and Description |
|---|
ChecksAnnotation(ChecksAnnotation that)
Copy constructor.
|
Copyright © 2016–2020. All rights reserved.