Uses of Class
org.ow2.clif.jenkins.model.ClifReport
-
Packages that use ClifReport Package Description org.ow2.clif.jenkins org.ow2.clif.jenkins.parser.clif -
-
Uses of ClifReport in org.ow2.clif.jenkins
Methods in org.ow2.clif.jenkins that return ClifReport Modifier and Type Method Description ClifReportClifBuildAction. getReport()Constructors in org.ow2.clif.jenkins with parameters of type ClifReport Constructor Description ClifBuildAction(AbstractBuild<?,?> build, ClifReport report, ClifPublisher publisher, PrintStream logger) -
Uses of ClifReport in org.ow2.clif.jenkins.parser.clif
Fields in org.ow2.clif.jenkins.parser.clif declared as ClifReport Modifier and Type Field Description protected ClifReportClifParser. reportMethods in org.ow2.clif.jenkins.parser.clif that return ClifReport Modifier and Type Method Description ClifReportClifParser. parse(PrintStream logger)Parses the specified report directory to generate aClifReportfor the latest test execution.
-