Uses of Class
io.jenkins.plugins.checks.api.ChecksOutput.ChecksOutputBuilder
-
Uses of ChecksOutput.ChecksOutputBuilder in io.jenkins.plugins.checks.api
Modifier and TypeMethodDescriptionChecksOutput.ChecksOutputBuilder.addAnnotation
(ChecksAnnotation annotation) Adds aChecksAnnotation
.ChecksOutput.ChecksOutputBuilder.addImage
(ChecksImage image) Adds aChecksImage
.ChecksOutput.ChecksOutputBuilder.withAnnotations
(List<ChecksAnnotation> annotations) Sets theChecksAnnotation
for a check run.ChecksOutput.ChecksOutputBuilder.withImages
(List<ChecksImage> images) Sets theChecksImage
for a check run.ChecksOutput.ChecksOutputBuilder.withSummary
(TruncatedString summary) Sets the summary of the check run, using aTruncatedString
.ChecksOutput.ChecksOutputBuilder.withSummary
(String summary) Sets the summary of the check runChecksOutput.ChecksOutputBuilder.withText
(TruncatedString text) Adds the details description for a check run, using aTruncatedString
.Adds the details description for a check run.Sets the title of the check run.