Uses of Class
org.ow2.clif.jenkins.model.Injector
-
Packages that use Injector Package Description org.ow2.clif.jenkins.model org.ow2.clif.jenkins.parser.clif -
-
Uses of Injector in org.ow2.clif.jenkins.model
Methods in org.ow2.clif.jenkins.model that return types with arguments of type Injector Modifier and Type Method Description List<Injector>
TestPlan. getInjectors()
List<Injector>
TestPlan. getInjectorsByServer(String serverName)
Methods in org.ow2.clif.jenkins.model with parameters of type Injector Modifier and Type Method Description void
TestPlan. addInjector(Injector injector)
Method parameters in org.ow2.clif.jenkins.model with type arguments of type Injector Modifier and Type Method Description void
TestPlan. setInjectors(List<Injector> injectors)
-
Uses of Injector in org.ow2.clif.jenkins.parser.clif
Methods in org.ow2.clif.jenkins.parser.clif that return Injector Modifier and Type Method Description protected Injector
ClifParser. createInjector(org.ow2.clif.storage.api.BladeDescriptor bladeDesc)
Methods in org.ow2.clif.jenkins.parser.clif with parameters of type Injector Modifier and Type Method Description protected void
ClifParser. analyzeEventType(Injector injector)
-