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 TestPlanClifReport. 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 voidClifReport. addTestplan(TestPlan testplan)Method parameters in org.ow2.clif.jenkins.model with type arguments of type TestPlan Modifier and Type Method Description voidClifReport. 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 voidClifParser. analyseBlade(TestPlan testPlan, org.ow2.clif.storage.api.BladeDescriptor bladeDescriptor)protected voidClifParser. analyzeInjector(TestPlan testPlan)protected voidClifParser. analyzeProbe(TestPlan testPlan)
-