Uses of Class
de.tracetronic.jenkins.plugins.ecutest.report.log.ETLogReport
Packages that use ETLogReport
-
Uses of ETLogReport in de.tracetronic.jenkins.plugins.ecutest.report.log
Methods in de.tracetronic.jenkins.plugins.ecutest.report.log that return ETLogReportModifier and TypeMethodDescriptionETLogBuildAction.getDynamic(String token) ReturnsETLogReportspecified by the URL.ETLogProjectAction.getDynamic(String token, org.kohsuke.stapler.StaplerRequest req) ReturnsETLogReportspecified by the URL.Methods in de.tracetronic.jenkins.plugins.ecutest.report.log that return types with arguments of type ETLogReportModifier and TypeMethodDescriptionETLogBuildAction.getLogReports()Gets the ecu.test log reports.Methods in de.tracetronic.jenkins.plugins.ecutest.report.log with parameters of type ETLogReportModifier and TypeMethodDescriptionvoidETLogBuildAction.add(ETLogReport report) Adds a ecu.test log report.Method parameters in de.tracetronic.jenkins.plugins.ecutest.report.log with type arguments of type ETLogReportModifier and TypeMethodDescriptionvoidETLogBuildAction.addAll(Collection<ETLogReport> reports) Adds a bundle of ecu.test log reports.