Uses of Class
io.jenkins.plugins.analysis.core.steps.AnnotatedReport
-
Packages that use AnnotatedReport Package Description io.jenkins.plugins.analysis.core.steps -
-
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 AnnotatedReport Modifier and Type Method Description List<AnnotatedReport>
PublishIssuesStep. getIssues()
Methods in io.jenkins.plugins.analysis.core.steps with parameters of type AnnotatedReport Modifier and Type Method Description void
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 AnnotatedReport Modifier and Type Method Description void
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 AnnotatedReport Constructor Description AnnotatedReport(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
.
-