| Package | Description |
|---|---|
| io.jenkins.plugins.checks.api |
Provides default Findbugs annotations.
|
| Modifier and Type | Method and Description |
|---|---|
ChecksOutput.ChecksOutputBuilder |
ChecksOutput.ChecksOutputBuilder.addAnnotation(ChecksAnnotation annotation)
Adds a
ChecksAnnotation. |
ChecksOutput.ChecksOutputBuilder |
ChecksOutput.ChecksOutputBuilder.addImage(ChecksImage image)
Adds a
ChecksImage. |
ChecksOutput.ChecksOutputBuilder |
ChecksOutput.ChecksOutputBuilder.withAnnotations(List<ChecksAnnotation> annotations)
Sets the
ChecksAnnotation for a check run. |
ChecksOutput.ChecksOutputBuilder |
ChecksOutput.ChecksOutputBuilder.withImages(List<ChecksImage> images)
Sets the
ChecksImage for a check run. |
ChecksOutput.ChecksOutputBuilder |
ChecksOutput.ChecksOutputBuilder.withSummary(String summary)
Sets the summary of the check run
|
ChecksOutput.ChecksOutputBuilder |
ChecksOutput.ChecksOutputBuilder.withSummary(TruncatedString summary)
Sets the summary of the check run, using a
TruncatedString. |
ChecksOutput.ChecksOutputBuilder |
ChecksOutput.ChecksOutputBuilder.withText(String text)
Adds the details description for a check run.
|
ChecksOutput.ChecksOutputBuilder |
ChecksOutput.ChecksOutputBuilder.withText(TruncatedString text)
Adds the details description for a check run, using a
TruncatedString. |
ChecksOutput.ChecksOutputBuilder |
ChecksOutput.ChecksOutputBuilder.withTitle(String title)
Sets the title of the check run.
|
Copyright © 2016–2021. All rights reserved.