Uses of Class
org.ow2.clif.jenkins.model.TestPlan
-
Packages that use TestPlan Package Description org.ow2.clif.jenkins.model org.ow2.clif.jenkins.parser.clif -
-
Uses of TestPlan in org.ow2.clif.jenkins.model
Methods in org.ow2.clif.jenkins.model that return TestPlan Modifier and Type Method Description TestPlan
ClifReport. getTestplan(String testPlanName)
Methods in org.ow2.clif.jenkins.model that return types with arguments of type TestPlan Modifier and Type Method Description List<TestPlan>
ClifReport. getTestplans()
Methods in org.ow2.clif.jenkins.model with parameters of type TestPlan Modifier and Type Method Description void
ClifReport. addTestplan(TestPlan testplan)
Method parameters in org.ow2.clif.jenkins.model with type arguments of type TestPlan Modifier and Type Method Description void
ClifReport. setTestplans(List<TestPlan> testplans)
-
Uses of TestPlan in org.ow2.clif.jenkins.parser.clif
Methods in org.ow2.clif.jenkins.parser.clif with parameters of type TestPlan Modifier and Type Method Description protected void
ClifParser. analyseBlade(TestPlan testPlan, org.ow2.clif.storage.api.BladeDescriptor bladeDescriptor)
protected void
ClifParser. analyzeInjector(TestPlan testPlan)
protected void
ClifParser. analyzeProbe(TestPlan testPlan)
-