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 ClifReport
ClifBuildAction. 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 ClifReport
ClifParser. report
Methods in org.ow2.clif.jenkins.parser.clif that return ClifReport Modifier and Type Method Description ClifReport
ClifParser. parse(PrintStream logger)
Parses the specified report directory to generate aClifReport
for the latest test execution.
-