Uses of Class
io.jenkins.plugins.checks.api.ChecksOutput.ChecksOutputBuilder
Packages that use ChecksOutput.ChecksOutputBuilder
-
Uses of ChecksOutput.ChecksOutputBuilder in io.jenkins.plugins.checks.api
Methods in io.jenkins.plugins.checks.api that return ChecksOutput.ChecksOutputBuilderModifier and TypeMethodDescriptionChecksOutput.ChecksOutputBuilder.addAnnotation(ChecksAnnotation annotation) Adds aChecksAnnotation.ChecksOutput.ChecksOutputBuilder.addImage(ChecksImage image) Adds aChecksImage.ChecksOutput.ChecksOutputBuilder.withAnnotations(List<ChecksAnnotation> annotations) Sets theChecksAnnotationfor a check run.ChecksOutput.ChecksOutputBuilder.withImages(List<ChecksImage> images) Sets theChecksImagefor 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.