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 TypeMethodDescriptionvoidAnnotatedReport.add(AnnotatedReport other) Appends the specifiedreportto this report.voidAnnotatedReport.add(AnnotatedReport other, String actualId) Appends the specifiedreportto this report.Method parameters in io.jenkins.plugins.analysis.core.steps with type arguments of type AnnotatedReportModifier and TypeMethodDescriptionvoidAnnotatedReport.addAll(Collection<AnnotatedReport> reports) Appends the specifiedreportsto 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 ofAnnotatedReportas an aggregation of the specified reports.AnnotatedReport(String id, List<AnnotatedReport> reports) Creates a new instance ofAnnotatedReportas an aggregation of the specified reports.PublishIssuesStep(List<AnnotatedReport> issues) Creates a new instance ofPublishIssuesStep.