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) ReturnsETLogReport
specified by the URL.ETLogProjectAction.getDynamic
(String token, org.kohsuke.stapler.StaplerRequest req) ReturnsETLogReport
specified 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 TypeMethodDescriptionvoid
ETLogBuildAction.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 TypeMethodDescriptionvoid
ETLogBuildAction.addAll
(Collection<ETLogReport> reports) Adds a bundle of ecu.test log reports.