Uses of Class
io.jenkins.plugins.reporter.ReportAction
-
Packages that use ReportAction Package Description io.jenkins.plugins.reporter.model -
-
Uses of ReportAction in io.jenkins.plugins.reporter.model
Methods in io.jenkins.plugins.reporter.model that return types with arguments of type ReportAction Modifier and Type Method Description Optional<ReportAction>
ByIdResultSelector. get(Run<?,?> build)
Optional<ReportAction>
ResultSelector. get(Run<?,?> build)
Tries to find a report action of the specified build that should be used to compute the history.Optional<ReportAction>
History. getBaselineAction()
Returns the baseline action (if already available).Optional<ReportAction>
NullReportHistory. getBaselineAction()
Optional<ReportAction>
ReportHistory. getBaselineAction()
-