Uses of Interface
io.jenkins.plugins.reporter.model.ResultSelector
-
Packages that use ResultSelector Package Description io.jenkins.plugins.reporter.model -
-
Uses of ResultSelector in io.jenkins.plugins.reporter.model
Classes in io.jenkins.plugins.reporter.model that implement ResultSelector Modifier and Type Class Description class
ByIdResultSelector
Constructors in io.jenkins.plugins.reporter.model with parameters of type ResultSelector Constructor Description ReportHistory(Run<?,?> baseline, ResultSelector selector)
Creates a new instance ofReportHistory
.
-