Uses of Class
io.jenkins.plugins.analysis.core.steps.AnnotatedReport
-
Uses of AnnotatedReport in io.jenkins.plugins.analysis.core.steps
Modifier and TypeMethodDescriptionvoid
AnnotatedReport.add
(AnnotatedReport other) Appends the specifiedreport
to this report.void
AnnotatedReport.add
(AnnotatedReport other, String actualId) Appends the specifiedreport
to this report.Modifier and TypeMethodDescriptionvoid
AnnotatedReport.addAll
(Collection<AnnotatedReport> reports) Appends the specifiedreports
to this report.ModifierConstructorDescriptionAnnotatedReport
(String id, Iterable<AnnotatedReport> reports) Creates a new instance ofAnnotatedReport
as an aggregation of the specified reports.AnnotatedReport
(String id, List<AnnotatedReport> reports) Creates a new instance ofAnnotatedReport
as an aggregation of the specified reports.PublishIssuesStep
(List<AnnotatedReport> issues) Creates a new instance ofPublishIssuesStep
.