Uses of Class
io.jenkins.plugins.reporter.ReportDetails
-
Packages that use ReportDetails Package Description io.jenkins.plugins.reporter -
-
Uses of ReportDetails in io.jenkins.plugins.reporter
Methods in io.jenkins.plugins.reporter that return ReportDetails Modifier and Type Method Description ReportDetails
ReportAction. getTarget()
Methods in io.jenkins.plugins.reporter that return types with arguments of type ReportDetails Modifier and Type Method Description Optional<ReportDetails>
ReportDetails. getPrevious()
Get the view model of parent item.Constructor parameters in io.jenkins.plugins.reporter with type arguments of type ReportDetails Constructor Description ReportDetails(Run<?,?> owner, String url, ReportResult result, String displayName, Item item, Optional<ReportDetails> parentViewModel)
Creates a new instance ofReportDetails
.
-