Uses of Class
io.jenkins.plugins.analysis.core.steps.AnnotatedReport
Packages that use AnnotatedReport
-
Uses of AnnotatedReport in io.jenkins.plugins.analysis.core.steps
Methods in io.jenkins.plugins.analysis.core.steps that return types with arguments of type AnnotatedReportMethods in io.jenkins.plugins.analysis.core.steps with parameters of type AnnotatedReportModifier 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.Method parameters in io.jenkins.plugins.analysis.core.steps with type arguments of type AnnotatedReportModifier and TypeMethodDescriptionvoid
AnnotatedReport.addAll
(Collection<AnnotatedReport> reports) Appends the specifiedreports
to this report.Constructor parameters in io.jenkins.plugins.analysis.core.steps with type arguments of type AnnotatedReportModifierConstructorDescriptionAnnotatedReport
(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
.